module - Why does Drupal think my email address is invalid? -


i'm trying send e-mail module i'm writing, keep getting error message, when hardcode valid address in call drupal_mail():

warning: mail() [function.mail]: smtp server response: 550 address not valid in defaultmailsystem->mail() (line 77 of c:\program files (x86)\wamp\www\drupal-7.0\modules\system\system.mail.inc).

how fix this?

this has nothing drupal smtp (simple mail transfer protocol) configuration in php.ini file somewhere in c:\program files (x86)\wamp\ (i don't know because use xampp). there have 'mail function' can put smtp = smtp.server server name of server internet provider. personnaly don't change thing because work once going live.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -