Posted by Jerry Stuckle on 05/29/07 18:51
Rajendran wrote:
> 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.test.com
> smtp_port = 25
>
> ; For Win32 only.
> sendmail_from = thegoodboy@test.com
> -------
> The following extensions have been loaded as well.
> extension=php_imap.dll
> extension=php_ldap.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?
>
Do you actually have host exchgserver.test.com? What happens if you try
to ping it from your command line?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|