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

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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.