worldcomingtoanend Posted October 21, 2009 Share Posted October 21, 2009 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:) Link to comment https://forums.phpfreaks.com/topic/178462-does-this-mean-mail-services-are-enable-in-my-server/ Share on other sites More sharing options...
worldcomingtoanend Posted October 21, 2009 Author Share Posted October 21, 2009 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:) Link to comment https://forums.phpfreaks.com/topic/178462-does-this-mean-mail-services-are-enable-in-my-server/#findComment-941117 Share on other sites More sharing options...
ILMV Posted October 21, 2009 Share Posted October 21, 2009 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 Link to comment https://forums.phpfreaks.com/topic/178462-does-this-mean-mail-services-are-enable-in-my-server/#findComment-941119 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.