Alpha1
Well-known member
I am banging my head on this problem.
To send out email for xenforo and to process bounces there are several possibilities:
The problem that I see is that you can set only 1 return email address to receive both bounces and incoming email.
So how can I resolve this?
Has anyone else setup external providers for both transactional as mailboxes?
To send out email for xenforo and to process bounces there are several possibilities:
- use php mail from the server. Problem with this is that this can leak your server IP which carries the risk of DDoS.
- run your own email server (doing that now)
- send mail through a third party like amazon SES, sparkpost, elastic email.
- use php mail on the server. Same problem with IP leaking.
- run your own email server and manage the whole incoming email headache.
- use a provider like mailbox.org, protonmail, etc.
The problem that I see is that you can set only 1 return email address to receive both bounces and incoming email.
So how can I resolve this?
Has anyone else setup external providers for both transactional as mailboxes?