Default from admin@domain/tld email

New domain created. When we trying to use a simple php form submission to email, the from email is automatically included as ‘[email protected]’. But we never created / assigned such email.

Seems Hestia is including this ‘[email protected]’ email as default.
Where to amend this email id to particular domain ?

Easiest method / best method is to use PHPmailer instead then you are able to easily modify the header as you want

Other option is to create custom php-fpm template

And change this line

2 Likes

:slight_smile: Thank you