I am trying to set up my email on suitecrm 7.13.4.
But each time when I chose the “TLS” and clicked the “save” button in the email setting interface the “Enable SMTP over SSL or TLS” drop down list became “none”.
As a result, I could not save the “TLS” to the “Enable SMTP over SSL or TLS” field.
This issue sometimes happens on 7.13.x — it’s usually related to how SuiteCRM validates SMTP encryption settings.
Try these steps:
In Admin → Email Settings, re-enter your SMTP details.
Select TLS, then make sure the SMTP port matches it (usually 587).
Save — if it still resets to “none”, clear browser cache and try again.
If it keeps happening, open config.php and check that the smtpport and smtpsecure values are saved correctly (you can manually set 'smtpsecure' => 'tls').