Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 410 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 410 Bytes

flask_sender_email

Service used to send email.

Detail

It has two endpoint the first one just to validate that the service is running, the second one is in charge to sending emails using the flask_mail library. It uses flask_cors, since is necessary to define the domain that will consume the endpoint (in this case from My Portfolio). This services is hosted on heroku.