imname
March 3rd, 2008, 09:02 PM
This is configuration in sendmail.ini:
smtp_server = mail.myhome.com.my
default_domain = myhome.com.my
error_logfile = error.log
auth_username = test1@myhome.com.my
auth_password = test1
pop3_server = mail.myhome.com.my
pop3_username = test1@myhome.com.my
pop3_password = test1
force_sender = test1@myhome.com.my
This is cofiguration in php.ini
SMTP = mail.myhome.com.my
smtp_port = 25
sendmail_from = test1@myhome.com.my
;sendmail_path = "C:\xampp\sendmail\sendmail.exe -t"
;mail.force_extra_parameters =
When I send an email from test1@myhome.com.my to abc@myhome.com.my, I get an error message...SMTP server response: 553 We do not relay non-local mail, sorry.
I only able to send email from test1@myhome.com.my to newuser@localhost.
Thank you for your advice!
smtp_server = mail.myhome.com.my
default_domain = myhome.com.my
error_logfile = error.log
auth_username = test1@myhome.com.my
auth_password = test1
pop3_server = mail.myhome.com.my
pop3_username = test1@myhome.com.my
pop3_password = test1
force_sender = test1@myhome.com.my
This is cofiguration in php.ini
SMTP = mail.myhome.com.my
smtp_port = 25
sendmail_from = test1@myhome.com.my
;sendmail_path = "C:\xampp\sendmail\sendmail.exe -t"
;mail.force_extra_parameters =
When I send an email from test1@myhome.com.my to abc@myhome.com.my, I get an error message...SMTP server response: 553 We do not relay non-local mail, sorry.
I only able to send email from test1@myhome.com.my to newuser@localhost.
Thank you for your advice!