SMTP AUTH in 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

Post Reply
tonic889
Forum Newbie
Posts: 8
Joined: Fri Apr 16, 2004 9:07 pm

SMTP AUTH in PHP

Post by tonic889 »

Is there a way to configure PHP to send mail via a remote SMTP server while also using authentication?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

[php_man]imap[/php_man] may be able to do that.. haven't tried it.
Post Reply