Closed paulopmx closed 6 years ago
@paulopmx Nope, no plans for now.
Is their an easy guide to follow for me to add my own driver for Postmark?
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.
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.
You can add it inside start/hooks.js
file
Any chance you guys will add a Postmark Driver?