Hi. You can use free service for testing email on mailtrap.io. watch this video. th-cam.com/video/_K1-aGF2Cg0/w-d-xo.html But in the end of this series. I will show you how you will send email into gmail, yahoo, etc... inbox
Sir Please Make A Video When We Click On SignUp Button Then OTP Send On to Our Email Account And Resend OTP Option And Minute Timer Running After One Minute OTP Will Expire in laravel 8
When you hosted your project, you will need to change mail configuration in .env file according to the created email config for your hosting provider. MAIL_MAILER=smtp MAIL_HOST= [Incoming Server: mail.yourdomain.com] MAIL_PORT= [Outgoing Server: SMTP Port: 465] MAIL_USERNAME= [Username: youremail@yourdomain.com] MAIL_PASSWORD= [Password: Your Email Password] MAIL_ENCRYPTION= ssl MAIL_FROM_ADDRESS= [Username: youremail@yourdomain.com] MAIL_FROM_NAME="${APP_NAME}" I highly recommend to use PHPMailer Library Watch the following videos to get an idea: - How to Send email using PHPMailer in Laravel 8 | 100% Working on Live Hosting Server th-cam.com/video/oi6DsrhFVzM/w-d-xo.htmlsi=FLO2aEmVjTtn-SDN - Using PHPMailer Library to Send Email in Laravel 9 Forgot Password and Password Reset in Laravel 8
@@-KelvinNathanaelLumbanraja Ohh sorry, no vendor in github repo for this, The best way you can do that you have to install your own fresh laravel and then follow the tutorial.
i appreciate for the way you teach and code thank you, and i was wodering if you make a tutorial how to build Task/Project management system with multi user (expand this tuto for it)
@@sawastacks yeah you are welxome and all yours, so if planned, it may include the title, desc, progress%, status (complete/in progress), weekly progress etc columns in my opinion
i got this error:------> Swift_TransportException Connection could not be established with host mailhog :stream_socket_client(): php_network_getaddresses: getaddrinfo failed:
Make sure that you didn't made wrong writing on .env file. stackoverflow.com/questions/41690219/connection-could-not-be-established-with-host-mailtrap-io-php-network-getaddres
@@sawastacks one more thing please, how can i redirect a logout processo to my start page, it redirect to 127.0.0.1:8000, where i should change the script?
very simple as possible, and clear, short tutorial
This chapter is short and sweet very informative.
10 hearts of mine
Thank you
Glad it was helpful!
Way you that teach things is very clear❤️❤️. I learned lots things in your tutorials. Thanks a lot.
Thank you
Where is the route part??
Thank you. Very useful and helped a lot.
just a small question, please. How can i implement it in multilingual?
thank you
The token that is on the passwords_resets, is not the same token on the link that is on the e-mail?
how to change the text inside the email?
wow! I knew there will be a solution somewhere!!! Here it is
hi i have an error "Expected response code 250 but got code "530", with message "530 5.7.1 Authentication required "'.
Now google does not allow less secure account setting as you are telling on 1:33. what to do now?
Hi. You can use free service for testing email on mailtrap.io. watch this video. th-cam.com/video/_K1-aGF2Cg0/w-d-xo.html
But in the end of this series. I will show you how you will send email into gmail, yahoo, etc... inbox
Hi bro, I can not find a route in the web file !?
I got error 302 found, and i dont receive reset email to my gmail. What should i do?
Thank you so much sir
When i click the reset password link from my gmail link , it show 404 not found 😢
Sir Please Make A Video When We Click On SignUp Button Then OTP Send On to Our Email Account And Resend OTP Option And Minute Timer Running After One Minute OTP Will Expire in laravel 8
can u do tutorial based on laravel + vue rather than jquery
yes I will. Thank you innocent
Why is the mail not coming when I reset the password on the already hosted website?
When you hosted your project, you will need to change mail configuration in .env file according to the created email config for your hosting provider.
MAIL_MAILER=smtp
MAIL_HOST= [Incoming Server: mail.yourdomain.com]
MAIL_PORT= [Outgoing Server: SMTP Port: 465]
MAIL_USERNAME= [Username: youremail@yourdomain.com]
MAIL_PASSWORD= [Password: Your Email Password]
MAIL_ENCRYPTION= ssl
MAIL_FROM_ADDRESS= [Username: youremail@yourdomain.com]
MAIL_FROM_NAME="${APP_NAME}"
I highly recommend to use PHPMailer Library
Watch the following videos to get an idea:
- How to Send email using PHPMailer in Laravel 8 | 100% Working on Live Hosting Server
th-cam.com/video/oi6DsrhFVzM/w-d-xo.htmlsi=FLO2aEmVjTtn-SDN
- Using PHPMailer Library to Send Email in Laravel 9
Forgot Password and Password Reset in Laravel 8
Route [password.update] not defined.
What about the route and controller config. when i am execute it shows route not found error
try to run "php artisan optimize" command
Hi There, My $Token is undefine under reset.blade, could you please assist?
How can i get SendsPasswordResetEmails function at forgotpasswordcontroller?
my error is not found SendsPasswordResetEmails
You will find this function under:
app > vendor > laravel > ui > auth-backend > SendsPasswordResetEmails .php
@@sawastacks but no vendor at app :(.I find with "go to file " at your source code and still cant find that.
@@-KelvinNathanaelLumbanraja Ohh sorry, no vendor in github repo for this, The best way you can do that you have to install your own fresh laravel and then follow the tutorial.
i appreciate for the way you teach and code thank you, and i was wodering if you
make a tutorial how to build Task/Project management system with multi user (expand this tuto for it)
Thanks for the idea!
@@sawastacks yeah you are welxome and all yours, so if planned, it may include the title, desc, progress%, status (complete/in progress), weekly progress etc columns in my opinion
This wont work on free hosting
i got this error:------> Swift_TransportException
Connection could not be established with host mailhog :stream_socket_client(): php_network_getaddresses: getaddrinfo failed:
Make sure that you didn't made wrong writing on .env file.
stackoverflow.com/questions/41690219/connection-could-not-be-established-with-host-mailtrap-io-php-network-getaddres
@@sawastacks one more thing please, how can i redirect a logout processo to my start page, it redirect to 127.0.0.1:8000, where i should change the script?
I got it, i changed it in app > vendor > laravel > ui > auth-backend > AuthenticatUsers.php:
...
if ($response = $this->loggedOut($request)) {
return $response;
}
return $request->wantsJson()
? new JsonResponse([], 'numberHere')
: redirect('/my homePage');
}.... Thanks
By Google Account: Questa impostazione non è più disponibile. Ulteriori informazioni =(
does this tool require smtp?
Yes, It requires SMTP
Please develop the jobs website
Thanks, very helpful :)
Glad it helped!
thanks bro
Source code please
Source code:
github.com/Mbere250/Laravel-8-multi-auth-based-on-Roles-with-examples
Please Sir
User profile
Бля чувак спасибо! )
I got Error : Call to undefined function imagettftext()
>phpinfo I have GD??
When I try to update password there's a message showing "This password reset token is invalid." in the reset form itself. how to fix it?