Support the ongoing development of Laravel.io →

325 Threads

sen mail after insertGetId

Hello This is my first time I use laravel, i´m trying to manage to insertGetId and send mail to spec...

0 Likes
0 Replies

Send EMAILS at determined DATE and TIME (help with logic)

Hello. In my app I have a form which allow the user to choose/insert: date/time, list of emails and...

0 Likes
1 Replies
posted 8 years ago

Problem with contact form - Mail address of the sender

Problem with contact form - Mail address of the sender Hello, I just ask for a little help please, b...

0 Likes
0 Replies
posted 9 years ago

Send email with HTML view

Hi guys, I cant figure out how to send html email. I have this function : Mail::send('emails.blank...

0 Likes
3 Replies
posted 8 years ago

how to setup simple MAIL_DRIVER=mail

Hi, i´m trying to setup the simple mail driver with homestead, but it does not work, anything I have...

0 Likes
2 Replies
posted 8 years ago

Mail::sent cannot send mail and didn't show any error?

CONFIG->>> return array( 'driver' => 'smtp', 'host' => 'gator2012.hostgator.com',...

0 Likes
0 Replies

Reading emails from imap server

Hello and thank you for creating such a great community for such a great framework.I started studyin...

0 Likes
4 Replies

Laravel AngularJS Developer Needed

Are you an experienced Laravel AngularJS Developer? Do your team members describe your Laravel Angul...

0 Likes
3 Replies
posted 8 years ago

Laravel 4.2 and Beanstalkd: Error sending queued mails

Hi, I'm trying to send emails with queues using Laravel 4.2, beanstalkd and mandrill via Forge/Digit...

0 Likes
0 Replies

Issue with schedule:run

I have a hard to crack issue with schedule:run. When I call schedule:run from the console, my closur...

0 Likes
0 Replies
posted 8 years ago

Sending a pre-prepared email data with Laravel Mail::send

Hey, I'm trying to accomplish one thing using the Mail object in laravel and I can't solve one thing...

0 Likes
0 Replies

Laravel 4 mail queue SQS implementation......

class UserController extends \BaseController { public function reminder(){ if(Auth::check()){...

0 Likes
0 Replies

"Best Way Too" Question regarding setting up scheduled tasks.

I have a function at the moment where a user can view a variety of items. I'm wanting to implement(c...

0 Likes
1 Replies
posted 8 years ago

Unable to send mail from laravel 4 on godaddy hosting

I am using the following code to send email using laraval 4 Mail::send('emails.welcome', array('data...

0 Likes
3 Replies

Trying to get property of non-object

Getting ErrorException in Mailer.php line 33: Trying to get property of non-object my Mailer.php: &l...

0 Likes
1 Replies
posted 8 years ago

Laravel Mail confirmation

Hello, I am using Laravel 5. While registering, application need to send an email. clicking on the l...

0 Likes
0 Replies

I want to send one message to multiple recipients (array) stored in to_ array and I don't want any recipent see other emails

can you help me ? I don't want any recipent see other emails my code : Mail::queue('emails.msg', $vi...

0 Likes
3 Replies

Collections and classes passed to an email view become arrays

I'm trying to pass a collection of models to an email. However, in the email it turns out to become...

0 Likes
1 Replies

Class 'GuzzleHttp\Client' not found ???

Hi, I have added my email config using MailGun. And when i try to send a message my debbugger shows:...

0 Likes
4 Replies

Mail::send with attachment using Mandrill as driver

Hello, I've put together the following code to test if I can send files with Mandrill. Mail::send('e...

0 Likes
3 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.