#๐Ÿ”’ Passing sensitive data which the original password is required for backend SMTPLib

6 messages ยท Page 1 of 1 (latest)

lucid gazelle
#

Hi guys, I'm trying to build an automation system where the users from the frontend will need to key in and pass email and password to the backend python system for automating email.

So the email sender will be sent based on the email. The email providers that i am using only support normal email and password for authentication.

From what i understand passing sensitive data like password between frontend to backend is not recommended and i can't hash it since the backend required the original password. Is there really a way to pass between it?

Appreciate the help

modern coyoteBOT
#

@lucid gazelle

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

south temple
#

and its your front end and backend talking with whichever email service?

lucid gazelle
#

My backend is talking with the email services. The frontend is just getting the password and email from the users

modern coyoteBOT
#
Python help channel closed for inactivity

This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.