Jump to content

Does this mean mail services are enable in my server?


worldcomingtoanend

Recommended Posts

                      Local value          Master Value

SMTP                localhost              localhost

smtp_port              25                      25

 

I executed phpinfo(); to see if i can send mail using smtp and i got something like above...does it mean i can simply configure a script to send an email and have a happy day after that:)

                      Local value          Master Value

SMTP                localhost              localhost

smtp_port              25                      25

 

I executed phpinfo(); to see if i can send mail using smtp and i got something like above...does it mean i can simply configure a script to send an email and have a happy day after that:)

That really depends, have you set up an SMTP server on your localhost?

 

If you have just slapped WAMP / LAMP on your box then it is unlikely, however you can configure your php.ini file to use a different SMTP, for instance your ISPs, if you do this and get errors you may need to ask them what their SMTP rules are (e.g. emails must be from anything@your_isp.com).

 

ILMV

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.