work on adding support for email attachments

This commit is contained in:
Nathan Coad
2018-06-16 19:59:11 +10:00
parent b0ea07b789
commit 39449c2cad
7 changed files with 549 additions and 494 deletions

View File

@@ -1,5 +1,8 @@
<?php
// @deprecated
// Use MimeMail module instead of this class
// Since this class doesn't handle attaching files
/**
* Implements MailSystemInterface
* Taken from http://www.ardoubleyou.com/blog/how-programmatically-send-e-mail-using-html-and-text-content-type-drupal-7