Hey All,
I got a simple question but i really can't figure it out.
Now when i send with php my email is send from:
[email protected]
i would like to make this:
[email protected]
i found the httpd.conf file in /usr/local/directadmin/data/users/NAME
with the following line:
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]'
i changes this to
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]'
and restarted httpd, BUT this was not the right one... because still no changes!
What file do i need to edit? Yes i know i can send FROM in php but that would be a workaround! (because i would always like to send emails with php from the support email adres)
I got a simple question but i really can't figure it out.
Now when i send with php my email is send from:
[email protected]
i would like to make this:
[email protected]
i found the httpd.conf file in /usr/local/directadmin/data/users/NAME
with the following line:
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]'
i changes this to
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]'
and restarted httpd, BUT this was not the right one... because still no changes!
What file do i need to edit? Yes i know i can send FROM in php but that would be a workaround! (because i would always like to send emails with php from the support email adres)