Skip to content

ftinoco/flask_sender_email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.