/flask_sender_email

Service used for sending email.

Primary LanguagePython

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.