Telnet commands through php?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

Which part of the examples/documentation at http://phpmailer.sf.net gave you difficulties when you tried it?
User avatar
m0u53m4t
Forum Contributor
Posts: 101
Joined: Wed Apr 19, 2006 7:47 am
Location: Wales

Post by m0u53m4t »

Aha. I got it. But why doesn't it work to hotmail?
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

Since hotmail seems to discriminate against certain headers (search the web for more info).

Which is their choice, and a problem for their users..
User avatar
m0u53m4t
Forum Contributor
Posts: 101
Joined: Wed Apr 19, 2006 7:47 am
Location: Wales

Post by m0u53m4t »

So how do things that can send to hotmail like http://www.fake-mailer.com/dwnlfmailer/ work? And how can I send emails accross domains? I just get an error :roll:
User avatar
m0u53m4t
Forum Contributor
Posts: 101
Joined: Wed Apr 19, 2006 7:47 am
Location: Wales

Post by m0u53m4t »

http://juniorfiles.t35.com/anonmail.html is my html by the way. Im trying to contact the company for their source as well
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

Just send yourself an e-mail to your hotmail account with a tool like outlook express.. And then look at the 'full source' / 'headers' and make sure your emailer sends them too...

Btw, 'fake' email doesn't exist, the originating sender IP can't be faked (or you would have to invent a knew internet protocol :p)
User avatar
m0u53m4t
Forum Contributor
Posts: 101
Joined: Wed Apr 19, 2006 7:47 am
Location: Wales

Post by m0u53m4t »

How? If I send an email to hotmail you dont get anything to view more fully, and to outlook express, i check the box for view full headers and nothing changes.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

yes, you do. It's in the options or something. I can't remember the specifics, but you can see the actual source/headers in there somewhere.
User avatar
m0u53m4t
Forum Contributor
Posts: 101
Joined: Wed Apr 19, 2006 7:47 am
Location: Wales

Post by m0u53m4t »

From: "Owen Campbell-Moore" <junk4owen@hotmail.com>
To: <owen1@campbell-moore.co.uk>
Subject: Hey is the subject
Date: 23 April 2006 00:00

hello is the contents

_________________________________________________________________
Are you using the latest version of MSN Messenger? Download MSN Messenger
7.5 today! http://join.msn.com/messenger/overview

Is the most source I can find. Is that it do you reckon?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

There's more to it than that.
User avatar
m0u53m4t
Forum Contributor
Posts: 101
Joined: Wed Apr 19, 2006 7:47 am
Location: Wales

Post by m0u53m4t »

Thats all I can get. Any ideas how i get the rest?
Post Reply