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 SMTP-based mailing services #10

Open
Anirban166 opened this issue Dec 8, 2020 · 1 comment
Open

Add SMTP-based mailing services #10

Anirban166 opened this issue Dec 8, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request mailing service

Comments

@Anirban166
Copy link
Owner

D-mails, a core concept of Steins;Gate, could do with a reference implementation. But unfortunately, it wouldn't be possible to create such a service (albeit it was a thing in 2015, considering simple mail deletion) at the moment, or at least infeasible, by the current technology available. But again, neither is it required, given that it's impractical in our world.

However, we can certainly do with normal emails, so how about taking two emails as user input (strings) and sending a mail in between them? The body of the mail would be the output of the program as it currently displays (feel free to add additional context!)

Packages like gomail or go-simple-mail can be used (the later has a detailed example as well)

@Anirban166 Anirban166 added enhancement New feature or request mailing service labels Dec 8, 2020
@harshil15999
Copy link

@Anirban166 please assign this to me

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

No branches or pull requests

2 participants