Jump to content

php configuration for email


garydt

Recommended Posts

your server probably requires authentication

 


; if your smtp server requires authentication, modify the following two lines
auth_username=
auth_password=

; if your smtp server uses pop3 before smtp authentication, modify the
; following three lines

pop3_server=mail.yourdomain.com
[email protected]
pop3_password=mysecretpassword

to be trueful one of these should work,

 

SMTP = smtp.tiscali.co.uk
sendmail_from = [email protected]

smtp_port = 25
;auth_username= [email protected]
;auth_password= *****

 

SMTP = smtp.tiscali.co.uk
sendmail_from = [email protected]

smtp_port = 25
auth_username= [email protected]
auth_password= *****

 

maybe get the php.ini off of the server and compare, or create a phpinfo(); and check the setting on the server

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.