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

quicksketch’s picture

Status: Active » Fixed

Looks 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 than Some Person <myemail@example.com>. I've corrected this to send the email without the brackets if there isn't a name set.

seakayjay’s picture

erm... may i know what is the solution please? because i'm still getting the same error.

seakayjay’s picture

It's ok now. It works fine in a clean database.

quicksketch’s picture

You'll need to update to the dev version until 1.4 is released (this week probably).

Anonymous’s picture

Status: Fixed » Closed (fixed)