Summary:
Password length is too short
Detailed Description:
Some emailing servers (eg Mailjet) provide smtp user/password that are 32 chars
long.
No problem for the user because the form allows it to be 255c max long.
But the password is limited to 30 cars, which implies that the password is
truncated (and doesn't work properly)