mail problem

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
oryrm19
Forum Newbie
Posts: 1
Joined: Wed Sep 05, 2007 11:18 am

mail problem

Post by oryrm19 »

Hi,

I'm using mail() function to send mail, but now I have new server and I think the server isn't support the mail() function.

For now I cant contact the administrator,
there are some other function to send mail from unsupport server?
I heard something about SMTP function or something like that.

Thanks.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

You might want to look at SwiftMailer. It supports multiple email connection types. It is full featured and you can get support in these forums.
(#10850)
Post Reply