Jump to content
The Uniform Server Community

Recommended Posts

Posted

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

Posted

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.

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/

Posted
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...