Hello,
i changed the default Email address for my Admin and Reseller user.
But if the System write's a Message.
The Sender is shown as noreply@hostname.tld and the Sendername is I-IMSCP.
Do you know how can I change that?
Hello,
i changed the default Email address for my Admin and Reseller user.
But if the System write's a Message.
The Sender is shown as noreply@hostname.tld and the Sendername is I-IMSCP.
Do you know how can I change that?
That is expected. However your own email should be set in Reply-To header which is not the case for system notifications at this moment. Will be fixed in version 1.3.1.
Right now, message source for system notifications look like:
Here, the Reply-To header is missing.
In version 1.3.1, the message source will looks like:
However nobody should answer to those messages normally...
A fix has been added in the 1.3.x branch. See
Thank you for your report.
I did the Update.. but nothing changed.. the Sendermail is noreply@hostname.tld
We do not use the default admin email address in the From header (sender). We set it via the Reply-To header. Look at the message source.
If we process this way, that is not for nothing. The default admin email address can be whatever you want (eg, can be an email not managed by i-MSCP such as a gmail address). This explain why we don't use it in the From header because any server with SPF checks enabled (such as gmail) would reject the mails. Instead, we set it via the Reply-To header, meaning that if a client answer to the mail, it will reply to the mail set in the Reply-To header.