How To Send Emails In Laravel | How To Email | Laravel Authentication & Mailing

preview_player
Показать описание
This video will show you how you could send emails in Laravel. It also shows you how you could add attachments to emails – Learn more about THE best PHP Framework. Laravel provides a simple email API & drivers for sending email via SMTP.

📚 New Udemy Course

📲 Let’s plan a meeting

💌 Newsletter

🔥 Resources

Want to learn more?

📋 Table of Content
00:00 - Introduction
00:45 - Defining the route
03:39 - How to add an attachment

#laravel #authentication #mailing #laravel8
Рекомендации по теме
Комментарии
Автор

Thank you, Dory! This is going to be my first laravel project built on my own. But, had no idea how to create a custom email and send it off to a recipient until now! Thank you again for recreating this content! 🙏🏽🙌🏽

kidbrave_
Автор

Thank you Dary for keeping up with the videos, learning a lot from them right now!

danceban
Автор

This is really helpful video! Thank you so much. anyone can clearly understand this video

creativegeek
Автор

Thank you, Dary, for a great video! Please also make a video on what things to consider when moving the Laravel project from development to production; what changes are required to be implemented on the project especially with respect to the security and optimization of the app. Thanks.

sharjeeljan
Автор

Hi, Mr. Dary, Thanks for knowing how to teach Laravel ! Your videos are so clear and easy to understand ! I Wonder if You have a Video o a Course of how to create a DomPDF from a View report (blade file) and how to send it as an attachment in an email in Laravel 7/8 including the route part ?

oscarcontreras
Автор

Thank you <3 I really appreciate your tutorials :)

peterpardo
Автор

Thank man, brilliant explanation, very informative,

shivansh
Автор

I like the way you explain codes, you are very well player in the courses field ♥
thank you

mohamedaladdin
Автор

nice attempt bro tnx for such a nice educational video....

lovebangladesh
Автор

Can you provide the instructions for sending mail using standard sendmail, without using Mailgun or Mailtrap like services. Why would be the reason for using a 3rd party when the hosting server can handle it. I don't like the idea of my emails going through some other party.
Unless there is technical reason for doing that.

whatdaro
Автор

Expected response code 220 but got code "503", with message "503 Bad sequence of commands "

richardpineda
Автор

it sends mail to mailtrap but how can i send email to a email of a user that registred in my app

moad
Автор

Nice video, very helpful. Please how do I send an email to multiple user?

MuhammadYusuf-trxe
Автор

Thank you Dary :)
I like the way you handle stuffs here, but m confused about something, How can the mail reach users and not my mailtrap dashboad or something.

demolatheophilus
Автор

Great tutorial! You sound very Dutch btw...

glp.
Автор

THANK YOU SO MUCH ..
but I have a question .. I wanted to send an email to the signed in user .. so I did this..
WelcomeMail());
and it worked ..
but I also did this :
WelcomeMail());
and it also worked ! ..

as per what I know that Auth::user( ) is an array with the signed in user's data (name, id, email, etc..)
so how did it still send the email !?

mibrahim
Автор

Dary the way you explained Laravel email is much clearer than a course I purchased on Laravel 8 from Udemy. Just one question if you can answer it highly appreciate it. How you can remove the Laravel logo branding from the markdown email template. Thanks Man!

jibkas
Автор

im getting this error when i try to simulate sending an email using mailtrap "Authenticator "CRAM-MD5" returned "Expected response code "235" but got code "451"" can anyone help.

justmonika
Автор

if u can make a series for e-commerce website with laravel 8 + bootstrap that would be great

davinci
Автор

THANK YOU FOR THE GREAT CONTENT, how do you send emails using hmailserver and laravel? please make a video

k_a_r_i_s-