Hi,
I would like to use the smtp configuration done on my php.ini and use smtp server for sending mails. I am not getting this part...? I modified the ini file wtih the intranet server address and still it seems like i am missing something.
I request some pointers to know where i am going wrong?
regards
hbm
What do you have right now?
You can test to see if the SMTP server you have in the settings actually works.
In window: Open the command prompt (Run -> cmd)
Type in: telnet example.com 25
where example.com is your SMTP server and 25 is the SMTP Port.
Hit enter..
Type in: ehlo
If you get a list of commands then its working ok.
You will most likely also need to authenticate with the SMTP server in order to send mail through it to other domains.
Reputation Points: 457
Solved Threads: 101
Nearly a Posting Virtuoso
Offline 1,250 posts
since Sep 2005