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

Integrate Sending Outlook Emails #94

Open
hmanalai opened this issue Aug 29, 2017 · 6 comments
Open

Integrate Sending Outlook Emails #94

hmanalai opened this issue Aug 29, 2017 · 6 comments
Labels
enhancement New feature or request major

Comments

@hmanalai
Copy link
Member

Original report by Guillermo ramos (Bitbucket: guillermo_ramos, GitHub: memo330179).


Context

In order to be able to send emails, we need to be able to send emails through outlook similar to the way that it is done in LSF

@hmanalai
Copy link
Member Author

Original comment by Jesson Soto Ventura (Bitbucket: Jessonsotoventura, GitHub: Jessonsotoventura).


  • How should we implement this?
  • Flask has flask-mail?
  • Also not sure how LSF handles the email, since I can not find where it has an email password, but if we are going to be using a solution using SMTP, how are we going to add passwords? Might we want to handle it like the api/secret_key file?

@hmanalai
Copy link
Member Author

hmanalai commented Sep 1, 2017

Original comment by Sher Sanginov (Bitbucket: shersanginov, GitHub: sanginovs).


Process:
a) store usernames/passwords in yaml file temporary
b) look at Flask-mail library
c) create function that takes user email, as an attribute and sends emails to that username.

@hmanalai
Copy link
Member Author

hmanalai commented Jan 9, 2018

Original comment by Guillermo ramos (Bitbucket: guillermo_ramos, GitHub: memo330179).


Have successfully sent email using flask mail.

@hmanalai
Copy link
Member Author

hmanalai commented Jan 9, 2018

Original comment by Guillermo ramos (Bitbucket: guillermo_ramos, GitHub: memo330179).


We will need to include the password somewhere safe. We could set it as an environment variable.

@hmanalai
Copy link
Member Author

Original comment by Guillermo ramos (Bitbucket: guillermo_ramos, GitHub: memo330179).


https://bitbucket.org/jadudm/urcpp-flask/pull-requests/8

1 similar comment
@hmanalai
Copy link
Member Author

Original comment by Guillermo ramos (Bitbucket: guillermo_ramos, GitHub: memo330179).


https://bitbucket.org/jadudm/urcpp-flask/pull-requests/8

@hmanalai hmanalai added major enhancement New feature or request labels Apr 27, 2021
@sanginovs sanginovs removed their assignment Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request major
Projects
None yet
Development

No branches or pull requests

2 participants