1

Topic: email send with php have www-data as sender :(

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.4
- Linux/BSD distribution name and version: Debian Jessie 8 for Banana Pi
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? yes
- Related log if you're reporting an issue:
====
Hello i want to send email from my server with php and a fresh iredmail install, everything is fine except the sender is www-data. I want to put my own sender, can somebody can help me ?
Greetings
Philippe

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: email send with php have www-data as sender :(

*) Generate proper mail header 'From:' in your php code.
*) Perform SMTP auth in your php code to send email.