When I try to send an email notification via the application using
emailSender.send({
to: email,
subject,
text: _text,
html: _html
})
I get the 405 Method Not Allowed error
[Error: Method Not Allowed] {
[ Server!] status: 405,
[ Server!] details: 'Request failed with status code 405',
[ Server!] type: 'MailgunAPIError'
[ Server!] }
This just started a couple of days ago - it worked fine before then, as far as I can tell.
Any idea on what the issue is and how to fix it?