Closed dwedigital closed 2 years ago
Hey @josephmancuso since this fix mails are now not sending (even if sent without queuing i.e. mail.mailable(NewChallenge(wager).to(wager.challenger)).send()
)
The jobs stop failing and they complete but noticed the emails were not being delivered. Checked Mailgun and there is no activity in the logs either. Then reverted to using the straight mail.mailable()
approach in the controller that was working previously and nothing in Mailgun logs or inbox (spam, other etc.)
Hey @josephmancuso since this fix mails are now not sending (even if sent without queuing i.e.
mail.mailable(NewChallenge(wager).to(wager.challenger)).send()
)The jobs stop failing and they complete but noticed the emails were not being delivered. Checked Mailgun and there is no activity in the logs either. Then reverted to using the straight
mail.mailable()
approach in the controller that was working previously and nothing in Mailgun logs or inbox (spam, other etc.)
Just to keep track: this issue is being discussed on Discord #questions channel. We will open an issue if we manage to reproduce this.
Describe the bug
I am wanting to use a job to send a mailable. This mailable uses a template for the content.
When I run the queue worke the jobs fail with the following:
'route' is undefined
Job:
Mailable:
Expected behaviour
No response
Steps to reproduce the bug
No response
Screenshots
No response
OS
macOS
OS version
Monteray
Browser
No response
Masonite Version
4.14.0
Anything else ?
No response