Was this helpful? |
Options (Maximum selection: 1) | Votes |
Yes | 1 |
No | 1 |
Closed in Jul 23rd 2011 (2 people voted) |
Email Configuration (SOLVED) |
| |||
If you have issues where your password reset is not working or invites are not working because emails are not being received by receipt's; then you need to change the following line to make it work.
..................... In the folder/file, /Includes/common.inc.php ; find this line: $reply = get_gvar('site_name').'no-reply@'.$_SERVER['HTTP_HOST'].''; .... If you take a look closely, you can see what needs to be changed. I.E. The email address which you want your JCow Community to send emails from: Change it to: $reply = '[email protected]'; obviously replacing "email" and "domain" with the email account name ... I.E. Admin and the "domain" to your website domain name. I.E. google.co.uk USE THIS AT YOUR OWN RISK AND REMEMBER TO BACK EVERYTHING UP Please provide feedback on your findings. Regards,
|
| |||
I have signed up to the website, and tested to see if a new user will now get an email ; and now "with the above fix".. It does work!
|
| |||
There is anything in include/config.default.php file , it's blank: <?php
|
177 months ago |
| |||
invite is not working, where write email and domain.
|
| |||
My mistake, sorry.. It is in: /Includes/common.inc.php Regards,
|
| |||
After change it in include/common.inc.php, but invite is not send email to that address.
|