Skip to content
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

Add a SMTP adapter #68

Closed
lemunozm opened this issue Apr 9, 2021 · 1 comment
Closed

Add a SMTP adapter #68

lemunozm opened this issue Apr 9, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@lemunozm
Copy link
Owner

lemunozm commented Apr 9, 2021

Add an adapter to send mails easily through message-io as if they were messages.

Things into consideration:

  • The messages should be sent in text. What happens if somebody sends binary data?
  • At connection phase, how to pass the remittent and server info? Encoded by RemoteAddr::Str or by Adapter with configuration properties by connection/listening #54
  • How to receive messages (based on mio poll)? The internal Waker should be exposed to the adapter API?
@lemunozm lemunozm added the enhancement New feature or request label Apr 9, 2021
@lemunozm
Copy link
Owner Author

Out of scope at this moment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant