I'm getting this warning when tried to submit the form.
warning: mail() [function.mail]: SMTP server response: 501 5.5.4 Invalid Address in C:\apache2.2\htdocs\_bthome_test\includes\common.inc on line 1970.
Is this something to do with the mail server? or is it because outgoing emails are not configure properly? I believe that the mail function in php.ini is set to a right smtp server. should i contact the mail server administrator regarding this? I'm very new to smtp thing. sorry.
any advice?
Comments
Comment #1
quicksketchLooks like a problem where you don't have a name and address set for sending emails. In 1.3 if no name is specified, webform tries to send an email with the address as
<myemail@example.com>, rather thanSome Person <myemail@example.com>. I've corrected this to send the email without the brackets if there isn't a name set.Comment #2
seakayjay commentederm... may i know what is the solution please? because i'm still getting the same error.
Comment #3
seakayjay commentedIt's ok now. It works fine in a clean database.
Comment #4
quicksketchYou'll need to update to the dev version until 1.4 is released (this week probably).
Comment #5
(not verified) commented