Hey,
Our company hosts our website on a server owned by an external company. We do our mass email sendouts via another external company.
In a website I created I've been using the php mail function to send emails. However, this means that the emails are being sent through the server of the wrong company.
If I set the website up to send through our smtp server, as shown below:
will that solve the problem? It doesn't matter if our web server is sending one email to our email server, as long as it is then distributed through the smtp server from there.
If not, how should I do this?
Any help would be greatly appreciated,
Adam
Our company hosts our website on a server owned by an external company. We do our mass email sendouts via another external company.
In a website I created I've been using the php mail function to send emails. However, this means that the emails are being sent through the server of the wrong company.
If I set the website up to send through our smtp server, as shown below:
will that solve the problem? It doesn't matter if our web server is sending one email to our email server, as long as it is then distributed through the smtp server from there.
If not, how should I do this?
Any help would be greatly appreciated,
Adam