Go to your site's /config/site.php and add these lines, replacing the example email and name with the name and email address you want from your site.
define('EMAIL_DEFAULT_FROM_ADDRESS', 'myaddress@example.com');
define('EMAIL_DEFAULT_FROM_NAME', 'My Name');
You should now have a more personal and professional touch to your outgoing emails.
Loading Conversation