Forum
Email Form
Hi All,
I am facing some problem in perch forum. I'm getting an error "Invalid address: PERCH_EMAIL_FROM",
Thanks
Hi All,
I am facing some problem in perch forum. I'm getting an error "Invalid address: PERCH_EMAIL_FROM",
Thanks
What is in your
config/config.php
file forPERCH_EMAIL_FROM
?I am using these code in config.php file -:
<?php
define('PERCH_EMAIL_METHOD', 'smtp'); define('PERCH_EMAIL_HOST', 'localhost'); define('PERCH_EMAIL_AUTH', true); define('PERCH_EMAIL_USERNAME', 'myprojectss007@gmail.com'); define('PERCH_EMAIL_PASSWORD', 'teamwork@1'); define('PERCH_EMAIL_FROM', 'myprojectss007@gmail.com'); define('PERCH_EMAIL_FROM_NAME', 'Sharad');
?>
Please do not distribute your license key anywhere, including this forum.
It looks like your software is out of date, so the first thing to do is update to the current version.
Hi Drew,
How will we update current version?
The update instructions are here: https://grabaperch.com/update
You download the latest files from your account and then follow those instructions. It may well be that the issue you're seeing has already been addressed.