Search found 2 matches

by kurtenc
Tue May 22, 2007 11:22 am
Forum: PHP - Code
Topic: Replace mail() function
Replies: 3
Views: 520

I fixed it by using the smtp_mail class and doing find-replace in the programcode. Thanks anyway...
by kurtenc
Mon May 21, 2007 2:55 am
Forum: PHP - Code
Topic: Replace mail() function
Replies: 3
Views: 520

Replace mail() function

I am running php4/apache on windows2000. The PHP application i run uses the mail() function at numerous places in the code. Problem is that the built-in mail() function does not support SMTP authentication. I absolutely need this as the server is situated in such a way that it cannot run its own mai...