Closed (fixed)
Project:
Mail API
Version:
6.x-1.2
Component:
User interface
Priority:
Critical
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2009 at 03:29 UTC
Updated:
14 Oct 2010 at 17:21 UTC
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
Comment #1
d_arc commentedHi,
at Administer->Site configuration->Site Information
did u put a valid email address?
Comment #2
scripthead commentedYour 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.
Comment #3
nzhang commentedThanks, 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
Comment #4
d_arc commentedu 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
Comment #5
scripthead commented