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

SMTP Mail #139

Open
harrymkt opened this issue Nov 12, 2024 · 2 comments
Open

SMTP Mail #139

harrymkt opened this issue Nov 12, 2024 · 2 comments

Comments

@harrymkt
Copy link
Contributor

Hello.

Please add the ability to send mails using SMTP.

This is especially needed in games for password reset, login verification emails, etc.

Thanks!

@gameTryer
Copy link
Contributor

this is a huge security risk, if you have the smtp in the source code any user could mess with it and scend mail as your game if the exe was reverse engeneered, a better idea would be to contact a server running a php script or sometghing to scend the email and then scend the entered key to that server and let that validate it

@samtupy
Copy link
Owner

samtupy commented Nov 13, 2024

Indeed though it should only be used on servers, I do intend to wrap Poco's SMTPClientSession and related classes. I needed this myself for stw's server for things like account creation. It could be used for clients as well so long as the smtp details are connected to a restricted account (it's just a different workflow). I don't know exactly when it'll be wrapped, but it will be I'm pretty sure. Just use it safely!

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

No branches or pull requests

3 participants