Password reset by email don't work.

I have tried the password reset and email verification feature to my filamentphp project but it doesn't work. It gives me a message that we have sent email but it doesn't send email actually, I have tried to log emails, using smtp. All don't work. Can anyone help me please!!
8 Replies
Jack
Jack4mo ago
Can you please provide your code/setup. Can you see anything in your email providers logs? or laravel log?
alkado_hs
alkado_hs4mo ago
Nothing is logged, i have inspected the Laravel log, but i see nothing even i tried gmail smtp but i don't get email
Jack
Jack4mo ago
you've enabled ->passwordReset() in the AdminPanelProvider right? do you have multiple panels? do you get a sucess message on the frontend?
alkado_hs
alkado_hs4mo ago
Yeah i have enabled it and i have only one panel Yes
Jack
Jack4mo ago
Smtp must be incorrect then or missing parts, send over .env smtp without key/password
alkado_hs
alkado_hs4mo ago
Okay soon MAIL_MAILER=smtp MAIL_HOST=smtp.gmail.co MAIL_PORT=587 MAIL_USERNAME=mymail@gmail.com MAIL_PASSWORD=password MAIL_ENCRYPTION=tls MAIL_FROM_ADDRESS="mymail@gmail.com" MAIL_FROM_NAME="${APP_NAME}" sorry its smtp.gmail.com, not smtp.gmail.co
alkado_hs
alkado_hs4mo ago
and here is the client response
No description
awcodes
awcodes4mo ago
Check with Google I think there may have been some recent changes to their smtp server. But your env looks ok to me. Could also be a config in your app where it’s getting pushed to a queue and you’re not running a queue worker. So check that too.
Want results from more Discord servers?
Add your server
More Posts
Searchable & Required Select BugWhen using a select field with searchable and required in a Livewire custom page the required validaRelationManager belongsToMany withPivot(['id']) returns Column 'id' in order clause is ambiguousWhen attaching an Product item to my Warehouse model which is a manyToMany relationship. I'm gettingGetting a 404 when trying to register a tenantI'm trying to enable the tenant registration feature in one of my panels but I'm getting a 404 when Loading a table widget on (form) select change.Hi I made a table widget that is displayed under my form. When I change a select, I would like it tHow to test SelectColumn in a table?I am trying to test my SelectColum that when I change a role, that user's role is updated in the datA fully custom laravel page had to be integrated with a filament page. How can this be done?A fully custom laravel page had to be integrated with a filament page. How can this be done?validation.unique is show in FR languageHi, I want to contribute and fix this translation but i don't know how to do I've open a issue forHow can show more chart per line?Hey guys i have a question! How can show more than 2 charts per line, i like show 3 or 4... It's posForceDeleteAction::make() observer?Hi there i want to loop through items that are gonna be force deleted. is there a good method to useIs it necessary to do a check if the file belongs to the user?Users in my app can upload images for different resources. I configured aws s3 to store files of my