Posted by ljb on 12/07/06 02:16
mazingerz@yahoo.co.jp wrote:
> i'd like to know if a parameter can be set somewhere in php to use an
> SMTP gateway that required login/pwd to work ?
Not if on Windows and using the internal mailer (sendmail_path not set in
configuration). In that case, PHP talks the SMTP protocol directly to the
other mail program and it won't authenticate. If using an external mail
transfer program (sendmail) on Windows, or in any case on non-Windows, PHP
just calls that program to transmit the mail. So authentication is up to
that program - not PHP.
Navigation:
[Reply to this message]
|