jpgalea Posted July 24, 2008 Report Share Posted July 24, 2008 hi i am using a newsletter system on my uniserver and it is trying to send emails but it is reporting an error that it cannot send any emails. Do i have to configure somethign on the server to enable sending of emails? thanks Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted July 24, 2008 Report Share Posted July 24, 2008 Search the forum. We've covered this before, but basically you need a SMTP server like hMailServer. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
kalpz Posted July 24, 2008 Report Share Posted July 24, 2008 OR:You can use your ISP smtp server if they allow it. Open: udrive/usr/local/php/php.ini Find: "smtp" <without quotes You will find this [mail function] ; For Win32 only. SMTP = localhost smtp_port = 25 ; For Win32 only. sendmail_from = me@localhost.com Change it to [mail function] ; For Win32 only. SMTP = smtp.ISP.com smtp_port = 25 ; For Win32 only. sendmail_from = me@localhost.com SMTP & sendmail_from needs to be changed. Good luck. Quote ATOMIC Web Hosting 2007 - 2011 Shared Hosting - Reseller Hosting - Dedicated Servers - Virtual Private Servers (Request Dedicated/VPS Servers via E-mail) E-mail: sales@atomicwebhosting.com Website: http://www.atomicwebhosting.com/ Link to comment Share on other sites More sharing options...
Ric Posted July 25, 2008 Report Share Posted July 25, 2008 The Uniform Server Wiki is also worth a visit: PHP mail function http://wiki.uniformserver.com/index.php/PHP_mail_function http://wiki.uniformserver.com/index.php/SS...P_mail_function Installing Fake Sendmail for Windows http://wiki.uniformserver.com/index.php/In...ail_for_Windows Installing hMailServer http://wiki.uniformserver.com/index.php/SS...ing_hMailServer All the bestRic Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted August 5, 2008 Report Share Posted August 5, 2008 Wow. lol. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.