Support the ongoing development of Laravel.io →

405 Threads

I am having problem sending verification email.

I am trying to verify users after they must have created there account but i keep getting this error...

0 Likes
1 Replies
posted 3 years ago

Expected response code 354 but got an empty response

Hi, I am new to Laravel and trying to setup the mail functionality. I opened a mailtrap.io account f...

0 Likes
1 Replies

How to call stored procedure using laravel and send mail?

Hi, I am beginner of laravel and MYSQL AND i wanted to call my stored procedure and pass the data to...

0 Likes
1 Replies
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

route helper uses "http://localhost" in email views

i have {{ route('view/issue', $issue->id) }} in an email view. This generates "http://localh...

0 Likes
1 Replies

Send plain-text notifications

I would like to send notification emails with only plain text. But every email is send with the Cont...

0 Likes
1 Replies

Dynamically change SMTP server for email sending

Hello guys! I am developing a multi tenancy system and I need emails to be triggered according to th...

0 Likes
1 Replies

invalid signature on email verification. Laravel 6

Laravel Version: 6.0.x PHP Version: 7.2.24 Database Driver & Version: mysql Ver 15.1 Distrib 10....

sciendar liked this thread

1 Likes
0 Replies

Mail failures method in laravel not working...

In laravel Mail send functionality process How to find a EMAIL ADDRESS is Live valid or Not created...

0 Likes
1 Replies

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
posted 4 years ago

Mailgun and BCC does not work

When using the mailgun driver, i ran into problems when using cc and bcc adresses. The message was...

0 Likes
0 Replies

Laravel Socialite - Sending Email After Login

I know that you can use the user's google account to login using Laravel Socialite. Can i use the em...

0 Likes
1 Replies

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

Laravel 5.7 email verification throws 403

Verify Email Address is showing error 403 Sorry, you are not authorized to access this page. The err...

0 Likes
4 Replies

How to send verification email to non registered user?

Hi. fairly new to Laravel and in need of some coaching. Don't really know where to begin. I am hopin...

0 Likes
0 Replies
posted 4 years ago

error - Address in mailbox given [] does not comply with RFC

controller $data = $request->all(); $result = Mail::send('site.ema...

0 Likes
0 Replies

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

Check user settings before sending an email notification

I have a receiveEmail boolean field in the User model of a Laravel application. How do I ensure that...

0 Likes
2 Replies

Laravel mail editor

Hello guys, check out this new laravel package that allows you to preview/edit all your application...

0 Likes
0 Replies
posted 5 years ago

Send emails using mail aliases

Hi! I have created an account [email protected] in my mail server to send email also created an alias...

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.