Dear all,
I'm currently using Drupal 6 to develop websites, here is the problem I don't know how to solve:

# warning: mail(): SMTP server response: 553 5.5.4 ... Real domain name required for sender address in C:\apache2triad\htdocs\drupal\includes\mail.inc on line 193.
# Unable to send e-mail. Please contact the site administrator if the problem persists.

Anyone knows what's solution for this? Really appreciate if you could help!

Thanks,
Ning

Comments

d_arc’s picture

Hi,

at Administer->Site configuration->Site Information
did u put a valid email address?

scripthead’s picture

Your problem has nothing to do with Mail API. Mail API is used to retrieve mail from storage like IMAP. Your inability to send mail has to do with your webserver/mail server configuration. In this case your Drupal instance isn't configured with the right outbound email.

nzhang’s picture

Thanks, I put valid email address, the warning msg errors whenever the function of sending system email is triggered, do I have to change the mail.inc coding?or any setting in my windows?

Regards

d_arc’s picture

u can try install this module at ur drupal site: http://drupal.org/project/phpmailer or http://drupal.org/project/smtp
so u dont have to change the mail.inc

hth,

d_arc

scripthead’s picture

Status: Active » Closed (fixed)