Support Forum

 
You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Formidable email errors

Information/How to
UserPost

5:00 am
August 25, 2010


Nisha

1

Hi,

Here is the error I get when I try to submit the form…

Warning: mail() [function.mail]: SMTP server response: 550 <nisha.mathew@mexuseducation.com> No such user here in F:\www\ikenbraingym\wp-content\plugins\formidable\classes\models\FrmNotification.php on line 65

no matter which email i use, it gives the same error, what do i do

8:38 pm
August 25, 2010


Steph

2

Have you tried installing an SMTP plugin? SMTP isn't able to send through the php mail() function.

Information/How to