php mail() configuration Exchange 2010 relay
-
I am trying to route email from ubuntu wordpress environment to our Exchange 2010 open relay. I am only looking for email to work internally on our local LAN.
My first question is do I have to install postfix or sendmail for this to work? My thought was no because I already have an email server. Would wordpress create the email with php mail() and use PHPMailer to pass the email to our open relay Exchange 2010?
On the Ubuntu server I am able to ping our exchange environment by IP address and hostname. I have added the Ubuntu server IP address on the Exchange side to receive mail from remote server with Anonymous users.
I know about SMTP plugins, but would rather use php mail().
Environment:
Localhost VM in VMWare
Ubuntu Server 16.04 LTS LAMP
Multisite WordPress 4.6
PHP 7.0.8
Apache 2.4.18Thanks for any help in advance.
The topic ‘php mail() configuration Exchange 2010 relay’ is closed to new replies.