Page 1 of 1
SMTP server authentication
Posted: Tue Nov 26, 2002 2:21 am
by navid
hi all
how i can authentication a smtp server with PHP.
Posted: Tue Nov 26, 2002 9:29 am
by volka
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
Posted: Wed Nov 27, 2002 11:48 pm
by navid
hi
How many kind of authentication?
Posted: Fri Nov 29, 2002 1:34 pm
by volka
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
