Changing PHP mail to SMTP Auth, but I'm out of my depth.

I do not know where to start! I use a PHP script called phcdownload URL www.phpcredo.com/Info/Link/PHCDownload_Manual_Install_Download/ The host I’m using will no longer allow the use of php mail (sendmail) and only allows SMTP Auth. I have tried looking through the script files but I’m out of my depth, I know its probable to mush to ask but can someone take a look at it for me and point in in the right place or can tell me of a php script which will do the same job.

I have tried registering on PHP Help but I’am not getting the Email…

Thanks
Rick

I’d suggest finding another post if that’s an option, does the script have documentation for SMTP?

Unfortunately another on longer supports the script and no documentation for the script. It looking like I need to find a replacement I which I could understand the code or some means of watching what the script calls and maybe I could work out how to get SMTP Auth to work.

Rick

oops that was meant to read host not post.

what’s the purpose of the script?

The script is file content management and manipulation system.

I sort out the script using PHPMailer and some examples from the net.

Sponsor our Newsletter | Privacy Policy | Terms of Service