Anyone having problems with php mail() function turned off? #865
-
Please don't laugh at me that loud. 😆 I had a little stupid situation with my website based on Yellow (latest). Previous year my hosting provider turned off the possibility to use the php mail() function. Only possibility to send emails from any of my websites is to use the smtp (using phpmailer or similar scripts). A few days ago I had to reset the pasword to my Yellow based website. I tried to do this directly using the website. You probably know what was next ... Yellow could not send emails from my web hosting so I could not reset my password. Anyway I started the process of resetting the password and I could not login using my old password anymore. At last I had to reinstall the website from scratch, keeping the data some way because I did not find any other way to solve the problem. Additionally the Contact plugin stopped to work ... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Maybe a little bit off topic but... hints from my side to restore access to a yellow system (if mail is somehow broken):
|
Beta Was this translation helpful? Give feedback.
Maybe a little bit off topic but...
hints from my side to restore access to a yellow system (if mail is somehow broken):
Use the command line (if available)
php yellow.php user change <email> <password>
or
php yellow.php user add <email> <password>
Update your
system/extensions/yellow-user.ini
manuallySearch for your administration account and replace the "Hash" value with the output of a bcrypt hash generator like https://www.coderstool.com/bcrypt-hash-generator.