-
-
Notifications
You must be signed in to change notification settings - Fork 422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support smtp2go smtp service (a great sendgrid alternative) #379
Comments
Thanks for the request; I'll have a look and see what I can do |
This might help:
I always use port 587 and usually have to disable any forced SSL/starttls with this port to receive emails directly in Inbox of outlook.com and Gmail. |
I added SMTP2Go support (leveraging their API) and from what I tested, it works pretty good! 🙂 In the meantime, if you just want to use the SMTP service they have, this has always been supported by Apprise. You just need to use the
So as an example (with fake credentials), let's say you've set up the domain
The above example assumes you want to send an email to Make sure you also identify a While this is a bit complicated... it works 🙂 . Ideally though, leveraging the SMTP2Go API is definitely the way to go. This is what I just added support for. You're Apprise URL will get much simpler then.. it will soon become:
I hope this helps! Edit: Done! 👍 Code has been merged into the |
Closing issue as this is included in v0.9.3 just released now. Thanks again for the suggestion to add this service! |
💡 The Idea
I switched from Sendgrid to smtp2go because for some reason, after correctly configuring DNS settings with my domain provider, email still ended up in Spam.
Smtp2go has very clear instructions, a great service and works very well.
https://www.smtp2go.com/
The text was updated successfully, but these errors were encountered: