Thankyou so much after wasting couple of hours to set gmail account finally I found this video its amazing Thanks again!
@programmingfields7 ай бұрын
Thank you 🙏
@juneldelacuadra59739 ай бұрын
Wow!!!! Thank you! Please create a tutorial to fetch the email into your Laravel application.
@programmingfields9 ай бұрын
Could you please brief more about this which email do you want to fetch?
@christianaugotpe44389 ай бұрын
Thank you, Easy to understand and follow.
@programmingfields9 ай бұрын
Glad it was helpful! 🙏🙏🙏
@AH-cf9cv2 ай бұрын
Thank you u save my day!😄
@programmingfields2 ай бұрын
@AH-cf9cv You're welcome!
@HUNGNGUYENbta6 ай бұрын
Great video, easy to understand
@programmingfields6 ай бұрын
Glad to know ☺️
@BlazeFria8 ай бұрын
You're the best, thank you!
@programmingfields8 ай бұрын
Thank you very much for your valuable feedback. 🙏
@Yiosho8 ай бұрын
Great video, thank you!
@programmingfields8 ай бұрын
Thank you very much 😊
@inesc55378 ай бұрын
Hello, thank you so much ! Is there no problem with production env ? Google no block mails ? Thank you !
@programmingfields8 ай бұрын
No. Google shouldn't block.
@adivarga89249 ай бұрын
How can i activate app passwords, i can't do it
@programmingfields9 ай бұрын
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
@adivarga89249 ай бұрын
Sorry, but I can't resolve it, i'm desperate now😂
@programmingfields9 ай бұрын
@@adivarga8924 Could you please share the exact issue what you are facing?
@programmingfields9 ай бұрын
Also you can check at 1:40 (time). There we have generated the app password
@sachin6014010 ай бұрын
Nice Video Please make a video for Jobs & Quees with Live Server
@programmingfields10 ай бұрын
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.
@yazeedarifin67089 ай бұрын
what if with image tag inside html body? I see some practices ends with images are recognized as attachment, not html content
@programmingfields9 ай бұрын
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.
@codingwithpraman5 ай бұрын
Thank you, it works
@programmingfields5 ай бұрын
@@codingwithpraman Glad to know
@shabnam95193 ай бұрын
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.
@programmingfields2 ай бұрын
@shabnam9519 you can check in the Mailable class for that. There you will need to change.
@mewmeww29344 ай бұрын
There are need to set up first in my email account?
@programmingfields4 ай бұрын
Not exactly setup, only you need to generate the app password.
@Mahisir200110 ай бұрын
Very greatful video
@programmingfields10 ай бұрын
Thank you
@AbdullahMarketer9 ай бұрын
how do you get the app password page, i trying but it can't find app password on my Security Section of Gmail
@programmingfields9 ай бұрын
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.
@AbdullahMarketer9 ай бұрын
@@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"
@AbdullahMarketer9 ай бұрын
this same things happened with my second account with which i tried to make app password!
@programmingfields9 ай бұрын
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.
@AbdullahMarketer9 ай бұрын
@@programmingfieldsis two-step verification is compulsory for creating an app password
@Sakthi-xo4nn7 ай бұрын
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
@programmingfields7 ай бұрын
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
@aptantajodimeirifal27275 ай бұрын
@@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?
@blinkeuph2004 ай бұрын
Hi! Have you fixed your error? I'm experiencing the same. @programmingfields
@blinkeuph2004 ай бұрын
@@aptantajodimeirifal2727 have u fixed your error
@blinkeuph2004 ай бұрын
Hi! have u fixed this error?
@SalesSas-r7x27 күн бұрын
Now, Its doesn't work send messages to email because your using testing purpose email then how its send messages to mail
@programmingfields26 күн бұрын
@SalesSas-r7x Have you configured your email properly to send email in Google?
@ZoePabillaran6 ай бұрын
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
@endawekeenkuahone78867 ай бұрын
Thank you !
@programmingfields7 ай бұрын
🙏🙏🙏
@laptopuse-w3g5 ай бұрын
Thank you so much
@programmingfields4 ай бұрын
You're welcome.
@soyniccohernandez7 ай бұрын
Trying to access array offset on value of type null ->help me
@programmingfields7 ай бұрын
Can you please share more details, where you are getting this error?
@soyniccohernandez7 ай бұрын
@@programmingfields Trying to access array offset on value of type null In this part Mail::to(Auth::user()->email) ->send($email);
@mewmeww29344 ай бұрын
Sir why my account cannot receive my test email
@programmingfields4 ай бұрын
Please check in the spam.
@not_amanullah10 ай бұрын
Thanks ❤
@websers-44029 ай бұрын
it's just for your email what about others who will login ??
@programmingfields9 ай бұрын
If you have implemented the user authentication system then you can pass the auth user email dynamic instead of the current static email address.
@AbdullahMarketer9 ай бұрын
At 13:42 you leaked your email that you are hiding😃