What is the best way to handle failed jobs? Maybe an email couldnt't send or an image couldn't resiz...
I have the following code in my controller: public function send() { $name = Input::get('name'...
Hi guys, I have a problem cant send mail, use swiftmailer hosting 1and1 help me please.
Hello, I have an issue with the link to reset the password of my users. In my reminder.blade.php, I...
I have this set up for my error handling. Log::listen(function($level, $error, $context) { Mail:...
I'm using the mail system of Larabook. I want to send two thing with in the email that gets sent to...
This will help track all emails sent. prioritize email sending. speed up user exp. (as emails will...
Hi, how can I test this snippet without send an email ? public function forgot() { $isV...
Hey there, i was just comparing the 4.0 <-> 4.2 behaviour of the Mail-Facade. In the old versi...
Hi, If i try to send an email, even without the queue the error 'Class queue.worker does not exist'...
Good day for everyone! I want to ask a help in solving my problem. I'm sending localized emails from...
As part of my app I want to be able to track if emails have been opened, to do this I'm embedding a...
Hi, I have this function for password recovery public function postForgotPassword() {...
High; Just wondering why I would use Mailchimp? I send daily emails to members. Email templates are...
I'm trying to send a simple email. I know the issue is with my view but I don't know what I'm doing...
When I check out http://bundles.laravel.com/bundles, I can see that many bundles are for Laravel 3....
I have a service provider with IoC binding to a class (sesmailer - it is my own mailer class). $t...
Hi, I use Beanstalkd to send out emails. What is the best practice to alert the user if there is a r...
Hi guys, I'm trying to create an Event for sending emails, so I created a class I called observers.p...
Hey, Currently, I have implemented @barryvdh's Laravel DOMPDF wrapper so that I can create PDFs from...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community