I have an SMF forum that uses PHP to send emails to people to remind them of threads being updated, private messages, etc.
I created a [email protected] email account to send out all the emails for the forum. It works correctly and whenever I get an email from my forum it says it's from [email protected].
However, whenever it tries to send an email to an address that doesn't exist, the mail delivery failed message is put in my default inbox. I want these messages sent to the [email protected] inbox. How can I do this?
I assume it's being sent to my default inbox because the email is being sent from PHP and not actually from [email protected].
I created a [email protected] email account to send out all the emails for the forum. It works correctly and whenever I get an email from my forum it says it's from [email protected].
However, whenever it tries to send an email to an address that doesn't exist, the mail delivery failed message is put in my default inbox. I want these messages sent to the [email protected] inbox. How can I do this?
I assume it's being sent to my default inbox because the email is being sent from PHP and not actually from [email protected].