You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We run [swiftmailer](https://github.com/swiftmailer/swiftmailer) under the hood to send mails. The `MailMessage` class is simply extending the `Swift_Message` class. Therefore you can use any [options](http://swiftmailer.org/docs/messages.html) it has.
18
+
19
+
The `MailService` is completely configurable throught. `settings.ini` options. See [Configuration](in-depth_documentation/configuration.md) for details.
0 commit comments