Is there an easy way for me to record all the emails sent via mandrill to also make a copy into my D...
I tried to call sending email in a queue but the above title is the error I gotten here's my source...
Yesterday I did a composer-update to make Laravel Debugbar work, but today I found a big problem. Ev...
Does anybody know a process flowchart for laravel like that of codeigniter(https://ellislab.com/_use...
i followed this tutorial: http://code.tutsplus.com/tutorials/setting-up-user-authentication-in-larav...
how can I pass two parameter to here URL::route('account-recover',$code) instead of just $code I wan...
I am using Laravel 4.2. I can send mail using my web site, but problem with css. Laravel 4.2 don't a...
To be very specific I am trying to determine what are all the possible valid value for the encryptio...
I have a laravel-homestead box. I installed mailutils by "apt-get install mailutils" It th...
I have implemented contact form in my laravel project using 'smtp.gmail.com' host. I have used this...
I have a laravel REST service where cameras can upload photos using an HTTP Post command. The contro...
Hi all, I am sending emails, but When sending many emails I get the suiguente Error: "productio...
I have the following configuration: 'driver' => 'smtp', 'host' => 'smtp.host.com', 'port'=>...
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...
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