Support the ongoing development of Laravel.io →

405 Threads

mandrill API usage

Im getting emails to send no problem, but i want to list them and make use of the API in an interfac...

0 Likes
1 Replies

Record emails in DB

Is there an easy way for me to record all the emails sent via mandrill to also make a copy into my D...

0 Likes
0 Replies

View [emails.welcome] not found.

I tried to call sending email in a queue but the above title is the error I gotten here's my source...

0 Likes
1 Replies
posted 9 years ago

All emails with an attachment shows as plain text since last composer update

Yesterday I did a composer-update to make Laravel Debugbar work, but today I found a big problem. Ev...

0 Likes
1 Replies
posted 9 years ago

Laravel Flowchart

Does anybody know a process flowchart for laravel like that of codeigniter(https://ellislab.com/_use...

0 Likes
0 Replies

try send email with gmail account and cant

i followed this tutorial: http://code.tutsplus.com/tutorials/setting-up-user-authentication-in-larav...

0 Likes
0 Replies
posted 9 years ago

Problem with "SuperClosure" while trying to send e-mail

Hello everyone! First, please, excuse me for my bad english. I get strange problem with my app - whe...

0 Likes
2 Replies
Solved
posted 9 years ago

how to pass two parameter to the url in laravel?

how can I pass two parameter to here URL::route('account-recover',$code) instead of just $code I wan...

0 Likes
1 Replies
posted 9 years ago

Problem with mail in body css laravel 4.2

I am using Laravel 4.2. I can send mail using my web site, but problem with css. Laravel 4.2 don't a...

0 Likes
1 Replies
posted 9 years ago

Where can I find documentation for Swift Mailer

To be very specific I am trying to determine what are all the possible valid value for the encryptio...

0 Likes
1 Replies

Laravel-Homestead postfix/sendmail

I have a laravel-homestead box. I installed mailutils by "apt-get install mailutils" It th...

0 Likes
2 Replies
posted 9 years ago

How to override the default "from" email address in Laravel

I have implemented contact form in my laravel project using 'smtp.gmail.com' host. I have used this...

0 Likes
1 Replies

mail queue with attached uploaded file

I have a laravel REST service where cameras can upload photos using an HTTP Post command. The contro...

0 Likes
0 Replies
posted 9 years ago

Send many emails from Laravel SMTP Gmail

Hi all, I am sending emails, but When sending many emails I get the suiguente Error: "productio...

0 Likes
1 Replies

Trouble with Mail::send

I have the following configuration: 'driver' => 'smtp', 'host' => 'smtp.host.com', 'port'=>...

0 Likes
7 Replies

Queue handling failed jobs

What is the best way to handle failed jobs? Maybe an email couldnt't send or an image couldn't resiz...

0 Likes
0 Replies

Mail::send() can't find my view

I have the following code in my controller: public function send() { $name = Input::get('name'...

0 Likes
2 Replies
posted 9 years ago

error send mail swiftmailer and hosting 1and1

Hi guys, I have a problem cant send mail, use swiftmailer hosting 1and1 help me please.

0 Likes
0 Replies

Password resetting and token

Hello, I have an issue with the link to reset the password of my users. In my reminder.blade.php, I...

0 Likes
0 Replies

Logging handler displays email view instead of emailing

I have this set up for my error handling. Log::listen(function($level, $error, $context) { Mail:...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.