Support the ongoing development of Laravel.io →

81 Threads

posted 9 months ago

Anyone else out there having trouble with the Amazon SDK?

I have been using SES the AWS transactional email provider on several sites and it has always been g...

0 Likes
2 Replies
Solved

How to sign outgoing emails in Laravel 9 with a DKIM?

Please explain the conception of how to sign outgoing emails in Laravel 9 with a DKIM signature. Lar...

0 Likes
6 Replies
Solved

Use dd() or equivalent in blade mail template

Hello, i tried to dd($__data) in my mail templete blade view, but it is not working. Do someone have...

0 Likes
3 Replies
Solved
posted 3 years ago

Sending email file attachment

I want to send a file as an attachement with the email sent from my laravel application. this is how...

0 Likes
1 Replies
Solved

Manage Collection of Model Objects

I'm trying to make my notifications for Laravel 6 mail out effectively. I have a model (Event) that...

0 Likes
1 Replies
Solved

How to send Email from form to multiple email accounts

my Controller <?php namespace App\Http\Controllers; use App\Task; use Illuminate\Http\Request;...

0 Likes
4 Replies
Solved

Swiftmailer with dynamic mail configuration

I'm trying to do something like this, (more information in coments //): use Setting, View, Mail, Con...

0 Likes
13 Replies
Solved

Serialization of closure failed: Serialization of 'Closure' is not allowed

Hey everyone, When I try using Mail::queue() I get this error: ErrorException in SerializableClosure...

0 Likes
6 Replies
Solved
posted 9 years ago

Problem sending an email with attachment...

Hi guys, I'm trying to send en email using Mail:queue below the code Mail::queue('emails.shop_invoi...

0 Likes
17 Replies
Solved
posted 8 years ago

Class 'GuzzleHttp\Client' not found | Can not update.

Hi guys, i have added a Mail sender (Mailgun) to my project. But it do not let me send messages. It...

0 Likes
6 Replies
Solved

Sending email via Laravel 5.2

Hi, The test email is working fine but once send via the contact form its not sending email. how can...

0 Likes
8 Replies
Solved
posted 7 years ago

Plain-text emails with new Laravel 5.4 markdown mails

When I use the new Markdown Mail feature I get valid HTML emails, but the plain text email counterpa...

0 Likes
3 Replies
Solved

Laravel Mailable Headers

Hi! First time posting here but always reading issues and solution. Great Forum. My issue is that I...

0 Likes
1 Replies
Solved

Queue stopping mid-code

Hi, I have a treatment that generates 2 PDF files, and then send them by mail. When I run this direc...

0 Likes
1 Replies
Solved
posted 7 years ago

Email sending problem

Can anyone help me i am try to send email but i am geting the error like this Swift_TransportExcepti...

0 Likes
5 Replies
Solved

Add default mail headers in Laravel 5.3

I need to send a mail header "x-mailgun-native-send: true" to all my mails so they wont ge...

0 Likes
2 Replies
Solved

Send Mail Laravel XAMPP SMTP

Hello, I want to send mails from my application. I want them to get sent from a specific host (SMTP,...

0 Likes
2 Replies
Solved
posted 7 years ago

Can't change sender email address

I'm using php mail() to send mail through laravel. I'm setting the from and subject of the email in...

0 Likes
1 Replies
Solved

The BCMatch functions must be enabled to use the NTLM authenticator.

Hello ! I am newbie on Laravel. I am using Laravel 5.2, Centos 7. "LogicException in NTLMAuthen...

0 Likes
2 Replies
Solved
posted 7 years ago

Mailable.php line 382: [] operator not supported for strings

Hello, I have a contact form, a contact mailable, and a contact mail view and a contact controller....

0 Likes
1 Replies
Solved

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.