Is it possible to change the SMTP information in the php.ini file to point to Microsoft's Live email SMTP servers? -


here's what's in php.ini file:

[mail function] ; win32 only. ; http://php.net/smtp smtp = localhost ; http://php.net/smtp-port smtp_port = 25 

is possible change localhost smtp.live.com , change port (smtp_port) point different port (specifically, 567, required microsoft) in order send email microsoft live email address via php? tried normal mail() route, never received email script, , can assume has smtp authentication. don't have experience php.

no, won't work. smtp.live.com requires authentication, , php mail() command not support authentication. pascamel suggested, should use library supports sending mail through remote smtp server using authentication. phpmailer good.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -