Add first-party support for Mailtrap #57812
Unanswered
ash-jc-allen
asked this question in
Ideas
Replies: 1 comment 1 reply
-
|
Sorry, but you're rarely (never) going to get feedback in here. You just gotta build it, submit a PR, and cross your fingers. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey @taylorotwell!
I was thinking of making a PR to propose first-party support for Mailtrap. My plan was to use a similar approach to the Resend integration and add a new
src/Illuminate/Mail/Transport/MailtrapTransport.phpclass (along with any other supporting changes needed to create the driver, etc).That way, we could then use
MAIL_MAILER=mailtrapin our.envfile.I've not looked at how complex the code for this integration would be. But, assuming it has similar complexity to the existing Resend integration, is this something you'd consider merging? I just wanted to check before I started working on it 😄
Beta Was this translation helpful? Give feedback.
All reactions