php mail() with smtp and no PEAR

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
User avatar
gd77
Forum Newbie
Posts: 20
Joined: Sat Feb 26, 2011 6:11 pm

php mail() with smtp and no PEAR

Post by gd77 »

Hello:

Need to know how to use mail() function with smtp without using PEAR... just straight smtp login and send...

Regards.
User avatar
awebtech
Forum Newbie
Posts: 21
Joined: Sun Nov 07, 2010 4:54 pm
Location: Russian Federation

Re: php mail() with smtp and no PEAR

Post by awebtech »

Here is the article, which may help you:

http://www.dreamincode.net/forums/topic ... tp-direct/
User avatar
gd77
Forum Newbie
Posts: 20
Joined: Sat Feb 26, 2011 6:11 pm

Re: php mail() with smtp and no PEAR

Post by gd77 »

Thanks a lot :)
Post Reply