Koozali.org: home of the SME Server

PHP Mail form and a separate email server

Offline albatroz

  • *****
  • 159
  • +0/-0
PHP Mail form and a separate email server
« on: December 20, 2005, 11:50:45 PM »
I have a php form located in my SME Web server
whose purpose is the typical email feedback form.

The problem is that this location has a separate email server. How could I do to have the form send email
to the other server instead of the SME box itself?

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
PHP Mail form and a separate email server
« Reply #1 on: December 21, 2005, 02:52:41 AM »
Do you want the form on server1 to email server2, or do you want the form on server1 to use server2 email server?

Offline albatroz

  • *****
  • 159
  • +0/-0
PHP Mail form and a separate email server
« Reply #2 on: December 21, 2005, 11:09:36 AM »
I want form in server 1 (SME Web server) send email
to server 2 (Exchange email server) both servers behind the same firewall, therefore are in the same LAN.

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
PHP Mail form and a separate email server
« Reply #3 on: December 21, 2005, 01:48:03 PM »
In the form itself you can specify who to send the email to. It does not need to be localhost.