This topic is locked

SMTP Settings

11/5/2007 6:06:48 AM
PHPRunner General questions
G
guroos author

I found a post dated 2005 that said you cannot put smtp settings into PHPRunner as you can in ASPRunner, and then it pointed to a script as a workaround, which I could not get working. I would dearly like to use PHP instead of ASP so is this still the case? If so can someone please point me to a detailed way of getting this to work.

F
frocco 11/5/2007

SMTP is controlled in PHP.ini file.
Look for SMTP=
and add your settings.
This may reside in the windows directory depending on your install.
HTH
Frank

G
guroos author 11/5/2007

Thanks, that did it

SMTP is controlled in PHP.ini file.

Look for SMTP=
and add your settings.
This may reside in the windows directory depending on your install.
HTH
Frank