feat(mailer): Add Sweego Mailer recipe

This commit is contained in:
Mathieu Santostefano
2024-08-20 11:50:35 +02:00
parent ba05776d37
commit 7b79967441
+6
View File
@@ -0,0 +1,6 @@
{
"env": {
"#1": "MAILER_DSN=sweego+api://API_KEY@default",
"#2": "MAILER_DSN=sweego+smtp://LOGIN:PASSWORD@HOST:PORT"
}
}