Another thing I learned that is cool to do is that if php mail is used, you will mostly hit spam due to SPF ( envelope is not yet applied as the email sender correctly instead hosting_account_user@hostingserver.com), so what I did is each server I set them up as a new DNS zone so that I can control SPF for each Server domain.
As example:
The main domain for hosting servers is asd.com
Server 1: s1.asd.com set up NS1.asd.com, ns2.asd.com (once server added to Enhance add Server hostname in server settings), then control SPF of the respective hostname accordingly.
I did this for all hosting servers. (might be other ways to do it but this is my way) this is if you do not use CF or other DNS hosting services.
Improvements Welcome 🙂