python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Laravel Mailjet email not sending
I have access to an X-CASH web script, but its email functions are not working. I have tried using SMTP, PHPMail, and Mailjet, but it's not sending emails. And also, I have tried going through the cod...

FORTUNE SALAWU
Votes: 0
Answers: 0
Laravel best practice sending e-mail through API using templates
As you know many e-mail providers have the feature to use e-mail templates. Through their API you can send e-mails, just by setting the template id and passing through the variables. The predefined te...

Jochem Gruter
Votes: 0
Answers: 1
Laravel How to get the MailJet response after an email message has been sent
Based on this answer I want to track the status of an email, in order to determine if the system should try to resend the undelivered mail one more time.
I have created the listener:
class MailJetSent...

Pathros
Votes: 0
Answers: 0
Customize laravel fortify email verification to use a mailjet template
I've been trying to get fortify's native email verification feature to use mailjet so templates can easily be adjusted. I've hit a bit of a roadblock as all tutorials and sources I've found are all ab...
Antharan
Votes: 0
Answers: 1