if we setup email server in hestiacp using below details,
MAIL_HOST=mail.sample.com
MAIL_PORT=587
[email protected]
MAIL_PASSWORD=fdf5551235@@
FROM_EMAIL= [email protected]
when we trigger email from our application using above smtp crdential we can send email.
but if we change FROM_EMAIL addrees like [email protected](other mails) we can also send mail to client email address.client can receive email from
[email protected] want to deny this emails triger, we want only trigger email from our smtp setup mail adrees([email protected]) because if someone use these credentials to send emails,
they can trigger emails like a someone else’s email(like google, facebook etc).