Is the email template tied to the SMTPService class? I want to enqueue the email to an HTTP endpoint...
n
Is the email template tied to the SMTPService class? I want to enqueue the email to an HTTP endpoint (also easier to integration test) instead of directly connecting to SMTP
r
hey! yes there is.
n
okay so I have to implement my own provider that has a sendEmail function 🤔
r
yes.