DirectAdmin sometimes has an unwanted default email from when using a web form. There are 2 possible solutions:
- Use an SMTP connector/plugin and configure it to use localhost
- Override the EMAIL tag in the php fpm setting
- Go to Custom HTTPD Configurations
- Open the "php-fpm.conf" from the affected website/account
- InsideĀ php-fpm Global |CUSTOM1|
- Add the override, for example |?EMAIL=john.doe@example.com|
- Make sure to apply on all php versions
- Hit the save button