mailer.mugonat.devhttps://{baseUrl}/api/client{
"email": "your-email@mugonat.com",
"username": "<Username>",
"password": "<Password>"
}
string eg. iWFxPEKs7tV9WhvaThis is the clientId that you will use to authenticate your requests. Its recommended to have dev+project@mugonat.com for every project
https://{baseUrl}/api/send/{clientId}{
"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"
]
}
string eg. Queued #8dda655e-cc74-4e22-8363-e90c09491ef8