Posts: 9
Threads: 6
Joined: Nov 2010
Reputation:
0
In the new Formtools it's still not possible to enable email notification with a Form.
When I test the mail within the Modules/Swiftmailer it works fine.
A test from the E-mail setup in Forms gives an error:
Error: Internal Server Error
Does anyone know a solution to this?
Best, Sander
Posts: 10
Threads: 5
Joined: Sep 2012
Reputation:
0
I have the exact same problem
Posts: 3
Threads: 1
Joined: Sep 2009
Reputation:
0
I am having the same issue and I'm using the Gmail SMTP. I just did an upgrade to the latest version (2.2.5), and ran the system check and everything checks out fine.
I cannot test emails via the form itself, and from the Swift Mailer settings, the testing of the SMTP server continually responds with invalid authentication.
To test this, I used the same credentials to create an Apple Mail account and they work fine for sending email through that SMTP server and credentials.
The error for "Internal Server Error" appears as soon as I open the email settings for a particular form and click on "test."
Posts: 3
Threads: 1
Joined: Sep 2009
Reputation:
0
OK I figured this problem out. It's a permissions issue.
This form tools installation was migrated from another server and after some investigation of the server log, I saw a ton of errors regarding the group having edit permissions on a lot of the folders.
Chmod -R 755 on the entire formtools folder seemed to have solved the problem for me altogether.
In addition to that, if you're using a WHM server, make sure that your SMTP Restrictions are disabled. This prevents any user in WHM from accessing a remote SMTP altogether to block potential spammers.
Posts: 415
Threads: 0
Joined: Mar 2009
Reputation:
3
Hey Ironchef1369,
Thanks for the additional details. Swiftmailer Internal Server errors are can be caused by any number of issues and your solution is very helpful to have.