NewMailClient creates and returns a new SMTP or Sendmail client based on the current app settings.
()
| 88 | // NewMailClient creates and returns a new SMTP or Sendmail client |
| 89 | // based on the current app settings. |
| 90 | NewMailClient() mailer.Mailer |
| 91 | |
| 92 | // NewFilesystem creates a new local or S3 filesystem instance |
| 93 | // for managing regular app files (ex. record uploads) |
no outgoing calls
no test coverage detected