Mailing

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

Post Reply
NeoPuma
Forum Commoner
Posts: 26
Joined: Sat Mar 06, 2004 12:18 pm
Location: South Wales, UK
Contact:

Mailing

Post by NeoPuma »

any way i can send a e-mail from a different server rather than the one on the same server as the script - because the server with the script havn't got a mail server...

-Neo
User avatar
Buddha443556
Forum Regular
Posts: 873
Joined: Fri Mar 19, 2004 1:51 pm

Post by Buddha443556 »

You could use sockets and send the mail out that way.

There are some classes over at http://www.phpclasses.org/ that could help.

This one is an easy example to follow:

http://www.phpclasses.org/browse/package/346.html
Post Reply