Additional email options #393
Curicows
started this conversation in
Feature requests
Replies: 2 comments
-
if it would be helpful, I could create a PR for this small change. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Curicows Seeing that there's been no response from the developers, I'll share how I handled this problem as I didn't want to fork the project and maintain my own build only for this small addition. I created a small Dockerized SMTP server that takes the messages and forwards them to the mailing service using HTTP. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, thanks for the project it's amazing and I'm using it self-hosted like a charm.
I only had one small issue that I think might be interesting to be add.
While deploying my self-hosted Solidtime using Docker, I was setting up the MAIL configuration (I use MailerSend) and I can't add it because the "MailerSend" option wasn't added to the config mail in the Laravel config file:

While checking the Laravel documentation about Mail drivers available, I come across multiple available drivers (some needs to just install a connector Composer package) that isn't available to be used in the Solidtime deploy.
It would the awesome to get the others mail drivers available to anyone that is deploying the application self-hosted.
Thanks for the attention. <3
Beta Was this translation helpful? Give feedback.
All reactions