phpMailer source?

No, the installation and loading section on Github tells you what to do. Basically, all you need to do is include the autoloader and everything will just work for php 5.1+.

“While installing the entire package manually or with composer is simple, convenient and reliable, you may want to include only vital files in your project. At the very least you will need class.phpmailer.php. If you’re using SMTP, you’ll need class.smtp.php,”

So I assume that is consistent with what I asked?

Because sometimes things appear to run okay, but lurking behind the scenes is an unknown issue…

Perhaps, but why go through the trouble of cherry picking files when you can just use the autoloader. Doesn’t make any sense unless you’re using php <5.1 or have run into a conflict with using the autoloader.

I guess I don’t understand the instructions…

First, am I supposed to extract the entire .zip into my “outside_webroot” directory?

Secondly, where would the “auto_loader” script go?

Sorry, but I am having back issues and have been out of it all day in pain… :frowning:

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.