ubccr / mokey

FreeIPA self-service account management portal
BSD 3-Clause "New" or "Revised" License
191 stars 46 forks source link

Update mokey.toml.sample to comment out SMTP username and password #129

Closed mattgahs closed 11 months ago

mattgahs commented 1 year ago

By default, "smtp_tls" is disabled in mokey.toml, but attempting to send an email with this config results in an error from the SMTP server. By also commenting out "smtp_username" and "smtp_password", the unencrypted email can be sent successfully.