adonisjs / mail

AdonisJS Email Provider
MIT License
106 stars 34 forks source link

Postmark Driver #25

Closed paulopmx closed 6 years ago

paulopmx commented 6 years ago

Any chance you guys will add a Postmark Driver?

thetutlage commented 6 years ago

@paulopmx Nope, no plans for now.

paulopmx commented 6 years ago

Is their an easy guide to follow for me to add my own driver for Postmark?

thetutlage commented 6 years ago

Code is the best guide here https://github.com/adonisjs/adonis-mail/blob/develop/src/Mail/Drivers/Mailgun.js. You need to follow Postmark docs too.

paulopmx commented 6 years ago

Got it. I'm sorry but last question, where do I place my custom mail driver file on my app folder structure. Great framework by the way. I hope you keep working on it.

thetutlage commented 6 years ago

You can add it inside start/hooks.js file