Install Phpmailer On Windows Server
Can anyone please give me detailed instructions on installing php mailer on a windows 2008 server2 with ISS 7.0? I know I have to download php mailer from the site, but after that I have no idea what to do, and the github instructions are unclear.
So far I've taken these steps: 1. Installed and Configured PHP with ISS 2. Installed Compiler via the windows setup.
PHPMailer is simple enough to use but in windows server you may face problem.because it is not same as we do. Canon Copier Pc 775 Manual Transfer. Check the following steps 1. Make a new folder 'includes' in your PHP installation folder. Installing Phpmyadmin On Solaris 10 Network. As Marc B said, PHPMailer is a bunch of PHP files just like the ones you're already working with, so just put the whole unzipped folder into the same location and load the autoloader from your script as the readme tells you.
Downloaded php mailer from site Note: My knowledge of how to use the compiler and php is limited so if anyone can explain how to install php mailer and insert it into one of my projects I'll be eternally grateful.
First off, welcome to the utterly miserable world of the Windows Server Environment. I struggled with this same exact issue, and spoke to one of my Networking guys here at work.
It ended up being an issue with the ACL, and our Network guy had to add an exception on the network to allow SMTP emails to be sent from a web site. For me it wasn't a programming issue, but instead a Networking/Server Admin problem. Talk to those guys in your office and you should be fine. Your code looks good to me, but normally Auth issues are networking problems (unless your credentials are a bad username/pw).
Wow, thanks for the fair and polite reply - that's the reason I went on here first to ask a support question, because the replies on similar issues to mine haven't been mindless or snotty. Um yeah, thanks for your reply anyway. I try to stay away from Windows Servers as much as possible! Connecting to the server evokes the same feeling as walking into a dentist before an appointment! I'll get onto heart internet and see what they say about this ACL thing.
I'm sure the credentials are fine as I made sure with them first. Thanks for your help, i'll post back when I know.