Sending Emails with Laravel 10 via Gmail Step by Step Guide

  Рет қаралды 14,906

Programming Fields

Programming Fields

Күн бұрын

Пікірлер: 74
@zaeemali746
@zaeemali746 7 ай бұрын
Thankyou so much after wasting couple of hours to set gmail account finally I found this video its amazing Thanks again!
@programmingfields
@programmingfields 7 ай бұрын
Thank you 🙏
@juneldelacuadra5973
@juneldelacuadra5973 9 ай бұрын
Wow!!!! Thank you! Please create a tutorial to fetch the email into your Laravel application.
@programmingfields
@programmingfields 9 ай бұрын
Could you please brief more about this which email do you want to fetch?
@christianaugotpe4438
@christianaugotpe4438 9 ай бұрын
Thank you, Easy to understand and follow.
@programmingfields
@programmingfields 9 ай бұрын
Glad it was helpful! 🙏🙏🙏
@AH-cf9cv
@AH-cf9cv 2 ай бұрын
Thank you u save my day!😄
@programmingfields
@programmingfields 2 ай бұрын
@AH-cf9cv You're welcome!
@HUNGNGUYENbta
@HUNGNGUYENbta 6 ай бұрын
Great video, easy to understand
@programmingfields
@programmingfields 6 ай бұрын
Glad to know ☺️
@BlazeFria
@BlazeFria 8 ай бұрын
You're the best, thank you!
@programmingfields
@programmingfields 8 ай бұрын
Thank you very much for your valuable feedback. 🙏
@Yiosho
@Yiosho 8 ай бұрын
Great video, thank you!
@programmingfields
@programmingfields 8 ай бұрын
Thank you very much 😊
@inesc5537
@inesc5537 8 ай бұрын
Hello, thank you so much ! Is there no problem with production env ? Google no block mails ? Thank you !
@programmingfields
@programmingfields 8 ай бұрын
No. Google shouldn't block.
@adivarga8924
@adivarga8924 9 ай бұрын
How can i activate app passwords, i can't do it
@programmingfields
@programmingfields 9 ай бұрын
In the security section, you will see a search option at the top. You can search for app password there and you can find that. From there you will have to create an app and for that app you can generate the app password
@adivarga8924
@adivarga8924 9 ай бұрын
Sorry, but I can't resolve it, i'm desperate now😂
@programmingfields
@programmingfields 9 ай бұрын
@@adivarga8924 Could you please share the exact issue what you are facing?
@programmingfields
@programmingfields 9 ай бұрын
Also you can check at 1:40 (time). There we have generated the app password
@sachin60140
@sachin60140 10 ай бұрын
Nice Video Please make a video for Jobs & Quees with Live Server
@programmingfields
@programmingfields 10 ай бұрын
Hi Sachin, Thank you very much for your feedback. Sure, I will make a separate video for Jobs & Queue and will deploy that on the cPanel.
@yazeedarifin6708
@yazeedarifin6708 9 ай бұрын
what if with image tag inside html body? I see some practices ends with images are recognized as attachment, not html content
@programmingfields
@programmingfields 9 ай бұрын
No, the image added in the view (blade file) using the img src tag won't be treated as an attachment. You will have to attach it through mail class directly.
@codingwithpraman
@codingwithpraman 5 ай бұрын
Thank you, it works
@programmingfields
@programmingfields 5 ай бұрын
@@codingwithpraman Glad to know
@shabnam9519
@shabnam9519 3 ай бұрын
I have added Auth:user()->email as sender email, and removed mail-from-address from . env file .But it is still showing the mail from. env file.. Help me out.
@programmingfields
@programmingfields 2 ай бұрын
@shabnam9519 you can check in the Mailable class for that. There you will need to change.
@mewmeww2934
@mewmeww2934 4 ай бұрын
There are need to set up first in my email account?
@programmingfields
@programmingfields 4 ай бұрын
Not exactly setup, only you need to generate the app password.
@Mahisir2001
@Mahisir2001 10 ай бұрын
Very greatful video
@programmingfields
@programmingfields 10 ай бұрын
Thank you
@AbdullahMarketer
@AbdullahMarketer 9 ай бұрын
how do you get the app password page, i trying but it can't find app password on my Security Section of Gmail
@programmingfields
@programmingfields 9 ай бұрын
In the security section, you will see a search option at the top. You can search for app password there and you can find that. Earlier it was available directly in the security section itself.
@AbdullahMarketer
@AbdullahMarketer 9 ай бұрын
@@programmingfields You are right, but first it showed that "The setting that you are looking for is not available for your account.", and when i opened it second time it only showed "Go to Your Account"
@AbdullahMarketer
@AbdullahMarketer 9 ай бұрын
this same things happened with my second account with which i tried to make app password!
@programmingfields
@programmingfields 9 ай бұрын
When you search for app password in the security tab, it will appear the password confirmation. After verifying your password then it will ask to create the App name for which you want to generate the app password.
@AbdullahMarketer
@AbdullahMarketer 9 ай бұрын
@@programmingfieldsis two-step verification is compulsory for creating an app password
@Sakthi-xo4nn
@Sakthi-xo4nn 7 ай бұрын
hi sir: I using your code but I meet error. The error is - Unable to connect with STARTTLS: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:0A000086:SSL routines::certificate verify failed How to fix this error. Please respond me
@programmingfields
@programmingfields 7 ай бұрын
Please check your .env file email configuration. MAIL_MAILER=smtp MAIL_HOST=smtp.example.com MAIL_PORT=587 MAIL_USERNAME=your-email@example.com MAIL_PASSWORD=your-email-password MAIL_ENCRYPTION=tls MAIL_FROM_ADDRESS=your-email@example.com MAIL_FROM_NAME="${APP_NAME}" If you are using MAIL_ENCRYPTION=tls then you will have to keep the port to 587. If it is ssl then use 465
@aptantajodimeirifal2727
@aptantajodimeirifal2727 5 ай бұрын
@@programmingfields im using gmail smtp tls and 587, still get that error, is there any php extension or php config that may cause the issue?
@blinkeuph200
@blinkeuph200 4 ай бұрын
Hi! Have you fixed your error? I'm experiencing the same. @programmingfields
@blinkeuph200
@blinkeuph200 4 ай бұрын
@@aptantajodimeirifal2727 have u fixed your error
@blinkeuph200
@blinkeuph200 4 ай бұрын
Hi! have u fixed this error?
@SalesSas-r7x
@SalesSas-r7x 27 күн бұрын
Now, Its doesn't work send messages to email because your using testing purpose email then how its send messages to mail
@programmingfields
@programmingfields 26 күн бұрын
@SalesSas-r7x Have you configured your email properly to send email in Google?
@ZoePabillaran
@ZoePabillaran 6 ай бұрын
BIG BIG BIG HELPPPP THANKYOUUUU, but do you know how to do this but the email is a verification button? we have a capstone next week lol
@endawekeenkuahone7886
@endawekeenkuahone7886 7 ай бұрын
Thank you !
@programmingfields
@programmingfields 7 ай бұрын
🙏🙏🙏
@laptopuse-w3g
@laptopuse-w3g 5 ай бұрын
Thank you so much
@programmingfields
@programmingfields 4 ай бұрын
You're welcome.
@soyniccohernandez
@soyniccohernandez 7 ай бұрын
Trying to access array offset on value of type null ->help me
@programmingfields
@programmingfields 7 ай бұрын
Can you please share more details, where you are getting this error?
@soyniccohernandez
@soyniccohernandez 7 ай бұрын
@@programmingfields Trying to access array offset on value of type null In this part Mail::to(Auth::user()->email) ->send($email);
@mewmeww2934
@mewmeww2934 4 ай бұрын
Sir why my account cannot receive my test email
@programmingfields
@programmingfields 4 ай бұрын
Please check in the spam.
@not_amanullah
@not_amanullah 10 ай бұрын
Thanks ❤
@websers-4402
@websers-4402 9 ай бұрын
it's just for your email what about others who will login ??
@programmingfields
@programmingfields 9 ай бұрын
If you have implemented the user authentication system then you can pass the auth user email dynamic instead of the current static email address.
@AbdullahMarketer
@AbdullahMarketer 9 ай бұрын
At 13:42 you leaked your email that you are hiding😃
@programmingfields
@programmingfields 9 ай бұрын
Yes 😃
@خالدناشري
@خالدناشري 14 күн бұрын
thats great
@keviniansyah4603
@keviniansyah4603 7 ай бұрын
thanks sir
@programmingfields
@programmingfields 7 ай бұрын
You are welcome 🤗
@palinv7474
@palinv7474 Ай бұрын
i love u man
@no-han
@no-han Ай бұрын
thank you so much
@programmingfields
@programmingfields Ай бұрын
@@no-han You're welcome
Something is wrong with ISPs in India 🇮🇳
13:17
Mehul - Codedamn
Рет қаралды 81 М.
$1 vs $500,000 Plane Ticket!
12:20
MrBeast
Рет қаралды 122 МЛН
요즘유행 찍는법
0:34
오마이비키 OMV
Рет қаралды 12 МЛН
Deploy Laravel applications fast and cheap
8:54
Andrew Schmelyun
Рет қаралды 28 М.
Laravel Queues 101: Example with Sending Emails
8:43
Laravel Daily
Рет қаралды 78 М.
Laravel Mail Basics 2024 | Send emails with Laravel
9:31
Matt Socha
Рет қаралды 43 М.
Shadcn/ui but for Laravel
15:53
Josh Cirre
Рет қаралды 14 М.