Error Code: E101 (SMTP Mail failed)

Arclab® Web Form Builder

Error Code: E101 (SMTPFAIL) Task:x

An error occurred while sending the email via the specified mail server (SMTP mail).

 

Switch to "Email and Database", select the task and click on "Edit":

 

Edit Submission Task

 

If you have created several emails in "Email and Database":
The error code contains the number of the task that triggered the error. If you have created several tasks, they will be carried out in order.
If you e.g. received the error code: "E100 (PHPMAILFAIL) Task:1", this means that an error occurred when executing the first task.

 

 

Click on "Edit Server and Sender" and check the account details:

 

Edit Server and Sender SMTP

 

Important:

We recommend using the mail server and email account belonging to the domain of the website or provider as this will speed up the processing.
A bad connection to the mail server, long latency times or overloaded external mail servers can lead to a timeout error.

 

Check the Email Account details:

 

Apply the changes by clicking "Apply Changes", then click "Build Web Form" to generate the PHP file and upload the new PHP file to your website.
If you are sure that everything is correct but you still get the error, you should use a different email account.

 

Please note:

Alternative: Use the internal Mail Function "PHP mail()" instead

Click on "Edit Server and Sender" and select the option "Send the Email directly - PHP mail()":

 

Server and Sender

Enter a local email address as "Sender (Email Address)"
Sample: www.example.com and the email address: you@example.com

 

error_outline  Apply the changes by clicking "Apply Changes", then click "Build Web Form" to generate the PHP file and upload the new PHP file to your website.