The Mailer Project

Registration

{
    "email": "your-email@mugonat.com",
    "username": "<Username>",
    "password": "<Password>"
}

This is the clientId that you will use to authenticate your requests. Its recommended to have dev+project@mugonat.com for every project

Sending Email

{
    "app": "NameOfApp",
    "email": "recipient@mail.tld",
    "subject": "<Your Email Subject>",
    "message": "<Your message, even HTML is supported but limited>",
    "wrap": true, // Whether to wrap your message with the default HTML wrapper
    "attachment_files": ["files to be posted via formdata"], 
    "attachment_links": [
        "url/to/file.ext",
        "https://s24.q4cdn.com/216390268/files/doc_downloads/test.pdf"
    ]
}