Short Backstory:
I'm trying to send emails from a server that does not have internet access, I have access to another server that does have the capacity to send via SMTP. I'm getting a : "The following from address failed: noreply@domain.com"
Long Backstory:
Using WebMatrix on a machine running Windows 2008 Server and IIS7, I installed Joomla.
Everything is working great, with the major exception of sending emails, I'm open to any method that will in fact send emails - the preconfigured options are "PHP Mail" "sendmail" and "SMTP"
I assume based on the network I'm configuring this, that SMTP will be required as, the server is not connected to the internet.
However, over the network, it can connect to a computer meant to handle sending emails via SMTP.
My question, is obviously, how do I get it to send emails.
1. Does anyone have specific answers in regards to the Joomla 2.5 configuration to send emails
2. Perhaps suggestions on the most basic way to send emails with these constraints.
I have configured the following:
SMTP Virtual Server with unrestricted relay access
Much appreciated if anyone can help.