I want to send mail through PHP using the MS Exchange server.
My php.ini file looks like this (for the MAIL functions)
-------
[mail function]
; For Win32 only.
SMTP = exchgserver.tes t.com
smtp_port = 25
; For Win32 only.
sendmail_from = thegoodboy@test .com
-------
The following extensions have been loaded as well.
extension=php_i map.dll
extension=php_l dap.dll
After making these changes there were no errors/warnings. But I'm
unable to send any mails.
What are the other changes that i should do to send mails?
My php.ini file looks like this (for the MAIL functions)
-------
[mail function]
; For Win32 only.
SMTP = exchgserver.tes t.com
smtp_port = 25
; For Win32 only.
sendmail_from = thegoodboy@test .com
-------
The following extensions have been loaded as well.
extension=php_i map.dll
extension=php_l dap.dll
After making these changes there were no errors/warnings. But I'm
unable to send any mails.
What are the other changes that i should do to send mails?
Comment