How does Yellow send the mails? What do I have to check with my hoster? #904
-
Hello! I just tried to change the password of the user in the browser (Edit) on a new installation of Yellow. How does Yellow send the mails? What do I have to check with my hoster? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
So, I took a look at the |
Beta Was this translation helpful? Give feedback.
-
The default way to send emails on Linux is |
Beta Was this translation helpful? Give feedback.
When you have confirmed that sendmail is enabled, your next option is to change the email address of your website. The default email address for outgoing emails is
noreply
. The mail server has to add a fully-qualified domain name so that it becomes a complete email address, for examplenoreply@example.com
. Now it could be that your mail server is miss-configured or that it adds the wrong domain name to outgoing emails, I don't blame your web hoster, mail servers are notoriously difficult to configure. It's probably easier to change the default email address of your website.The following settings can be configured in file
system/extensions/yellow-system.ini
:ContactSiteEmail
= email of th…