Sending mail from PHP mail() all emails bounce back

2 posts / 0 new
Last post
#1 Sun, 07/22/2018 - 04:36
anthonyinit2012

Sending mail from PHP mail() all emails bounce back

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

Tue, 07/31/2018 - 02:52
sodcore

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

Topic locked