hi all
how i can authentication a smtp server with PHP.
SMTP server authentication
Moderator: General Moderators
what kind of authentication?
if pop3-before-smtp then you could just login before sending the mail. The imap-functions can handle that (pop3, too)
http://www.php.net/manual/en/ref.imap.php
if pop3-before-smtp then you could just login before sending the mail. The imap-functions can handle that (pop3, too)
http://www.php.net/manual/en/ref.imap.php
hm..despite pop3-before-smtp I'm only aware of RFC 2554 - SMTP Service Extension for Authentication. What functions that can handle I don't know 