Hi all,
I'm using nginx to host multiple servers on one terminal through virtual hosts. Each one needs to be able to send emails, but I am unsure how to specify which account to use when I call the php mail() function.
Should I be specifying in the nginx configs which one to use?