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'...
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...
Please help me out in implementing a worker server, where I need to push queue,delete queue,list of...
Hi guys. I'm searching how can I put a file or pdf in the email that I'm sending. I only found the b...
I had this idea a few months ago, but it's only now that I'm in a position where I'd be interested i...
Hey there, I'm runing in a little problem with my laravel login, so the problem is that I want to ch...
I am trying to write the code for sending email activation for registered users. When user registers...
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