These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Sending mail from PHP mail() all emails bounce back on the new forum.
Hello all,
In my website script i'm using PHP mail() to send emails but i'm hosting my email server outside virtualmin (domain registar free email service)
Whenever i use my website contact form and try to send an email "You have successfully submitted your Contact US!" but non of the emails get to my inbox (free mail account at domain registarr)
i really don't know what is going on and how to get it fixed. any help would be great
My php.ini ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). ; http://php.net/sendmail-path sendmail_path = /usr/sbin/sendmail -t sendmail_from = me@example.com
Thank you
I know that you need to start be setting up postfix on the server where the php is being called to send an email. I am having trouble setting up postfix myself though. Thanks, Donald