Skip to content

shoaib-mohd/mailgun-api-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mailgun API Integration

About

In this project, you can use Mailgun API's to send email to anyone easily.

Paylod

{
    "from": "email of the sender",
    "to": "email of the recipient",
    "subject": "subject of the email",
    "cc": [],
    "text": "message that will be sent"
}

Project Start Guide:

  • First of all, clone the project
  • Install the dependencies by using ""pip install -r requirements.txt" command
  • "python project/app.py" command to start the project
  • Then you can use the project api's and integrate in your project as well.

About

Mailgun API Integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages