inclusive-design / AChecker

Automated interactive Web content accessibility checker.
https://achecker.ca
GNU General Public License v2.0
69 stars 61 forks source link

PHPMailer repository from GitHub #35

Closed tassoman closed 10 years ago

tassoman commented 10 years ago

I've merged as a submodule the current repository PHPMailer/PHPMailer. I've moved to parent directory the class acheckermailer.class.php file extending PHPMailer Then I've edited the file to implement PHPMailerAutoload.php Finally I've updated various file inclusions

cindyli commented 10 years ago

Thanks for the contribution.

You mentioned the PHPMailer is pulled from its repository, which normally is not guaranteed stable and fully tested. Please use the latest release version instead. The release can be downloaded and placed into an AChecker directory as a library, rather than being linked in as git submodules. Submodules cannot be automatically pulled in at building AChecker release bundle.

tassoman commented 10 years ago

You can get the code using just one command: git submodules update --init --recursive

Also using Composer would be better for third parties code integration.