need help in installation.

edited June 2008 in Science & Tech
Guys i need help in setting up a Server that will send out emails with a php script.

first i have 2 servers up and running.
one is the main server where i will install the PHP5 and host my files.
2nd is already a mail server running itself.

now, is there a way that i could link the 2 servers up so that when a php script that was hosted in the first server process a form and tries to send out a email, the email will then be passed on to server 2 to be sent out.

thanks in advance.

Comments

  • RobRob Detroit, MI
    edited June 2008
    These setting should be in your php.ini file? Also, php has a mail function that allows it to send out mail directly. In addition, you could also use something like the PEAR Mail package to set this on a per script basis to use SMTP.
Sign In or Register to comment.