• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

[3.4.4] email for recover password is not sent

Status
Not open for further replies.

vlaur

Chevereto Member
Hi,

Have someone this issue ? recover password email is not sent to users, I have tested with 2 test account and noone receive confirmation link for recover password.

I don;t know but sending confirmation for register user is working just for recover is not working.

I'm using "PHP mail() func." for sending emails.
 
Hi,

Have someone this issue ? recover password email is not sent to users, I have tested with 2 test account and noone receive confirmation link for recover password.

I don;t know but sending confirmation for register user is working just for recover is not working.

I'm using "PHP mail() func." for sending emails.

It's working fine for me in 3.4.4.

I'd recommend SMTP over PHP mail() you can try mandrillapp.com which is what I use. They offer a free plan (up to 12k emails a month) and it's easy to set-up.
 
PHP mail func. works just "sometimes". I use quotes because email delivery is not just send the email is more complex. The best that you can do (and is heavy encouraged) is to use SMTP. You can simply use your own server for this or use mandrillapp which I love, really good and cheap.
 
Last edited:
with smtp is working, mandrillapp si awesome but i don't need so much stats so in final i'm ussing mailgun 10k mails free and simple stats.
 
with smtp is working, mandrillapp si awesome but i don't need so much stats so in final i'm ussing mailgun 10k mails free and simple stats.

Make sure to use this: http://www.mail-tester.com/ to test the score of your emails delivered. That tool will tell you if you need to tweak something at your dns records or something.
 
Status
Not open for further replies.
Back
Top