StartupAPI / users

:zap: User management tool to be used in on-line projects. Includes admin dashboard.
http://www.StartupAPI.com/
MIT License
60 stars 24 forks source link

Update Swiftmailer config to use SMTP by default #302

Closed sergeychernyshev closed 3 years ago

sergeychernyshev commented 3 years ago

Instead of using a deprecated Swift_MailTransport for sending email, add configuration options for SMTP configuration:

and use Swift_SmtpTransport by default.

Do not authenticate if UserConfig::$SMTPUserName and UserConfig::$SMTPPassword are not set.

Do not use encryption if UserConfig::$SMTPEncryption is not set.

Also add configuration options to settings page.