I setup an email verification after a user has signed up, but when user receives email, it just says “info” in the FROM column in GMAIL. Is there a way I can change it to say something else like “Example.com” or ” Email Verification”? I just want the user to see whom the email is from before opening it.
Here’s how it’s defined in config/constants.php – using CakePHP
if(!defined('EMAIL_FROM')) {
define('EMAIL_FROM', 'info@example.com');
}
Please help.
Thanks
I think adding it in front of the email adress would work :