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
Mailgun Integration #108
Comments
Sure! |
Okay, so I am almost done. However there is a large roadblock... Mailgun wants the individual inputs and not through an SMTP format, however I am unable to get access to that as |
I added the Is the content of this struct matching what you need? If so, we probably need another trait (like |
Yup, those are what I need. The Mailgun API is really simple too: https://documentation.mailgun.com/api-sending.html#sending |
Additionally, sending extra information with each e-mail would also be nice if that is supported. Do you mind if I add all that to the PR? |
That would be great to add this. |
So, uh, any chance this'll land soon? |
The initial plan is working, however I just did not find the time to work on extending the project with new traits. And I don't see it in the foreseeable future. Anyone is free to fork what I wrote and build off that. As a 'workaround' Mailgun also allows SMTP login. |
If anyone wants or needs a simple example, I was able to get Lettre working on Heroku with the Mailgun app using SMTP :) https://github.com/natboehm/rust-email-sender/blob/master/src/main.rs |
Is that something you'd be interested in this repository?
The text was updated successfully, but these errors were encountered: