BuCMS — SMTP Mailer Library Folder
==================================

BuCMS does not bundle an SMTP library. Place PHPMailer here so the files end up at:

  vendor/mailer/PHPMailer/src/PHPMailer.php
  vendor/mailer/PHPMailer/src/SMTP.php
  vendor/mailer/PHPMailer/src/Exception.php

Alternatively, the following layouts are also detected automatically:

  vendor/mailer/src/{PHPMailer,SMTP,Exception}.php
  vendor/mailer/{PHPMailer,SMTP,Exception}.php

After placing the library, configure SMTP under Admin > Settings > Email,
then use "Send Test Email" to verify delivery.
