Hi there -- If I include a "Your Email" field for form submitters (or if a user enters an email address in any field), the form is throwing an error, followed by a success message, and I don't receive any form response. However, if I remove the "Your Email" field from the form, everything works fine, and the form response is emailed to me. Any ideas? Thanks!
"Warning: mail() [function.mail]: SMTP server response: 504 5.5.2 <premfs18>: Helo command rejected: need fully-qualified hostname in C:\[...snip...]\wp-content\plugins\formidable\classes\models\FrmNotification.php on line 78
Warning: mail() [function.mail]: SMTP server response: 554 5.7.1 <[...whatever email address the user entered in the form appears here...]>: Relay access denied in C:\[...snip...]\wp-content\plugins\formidable\classes\models\FrmNotification.php on line 78
Your responses were successfully submitted. Thank you!"
P.S. The plugin's UI for building forms is lovely.