Maintainer: jbickar
Install this module like any other module. See Drupal Documentation
There are several "hidden features":
- The default "from" address is "anchorage-support@lists.stanford.edu". Use
drush vset anchorage_helper_ses_from email@example.com
to use a different "from" address. - To debug, use
drush vset anchorage_helper_debug TRUE
. That will give you two array variables whenever an email is sent,anchorage_helper_pre
andanchorage_helper_post
. Those represent the$message
variable before and after the implementation ofhook_mail_alter()
.
You are welcome to contribute functionality, bug fixes, or documentation to this module. If you would like to suggest a fix or new functionality you may add a new issue to the GitHub issue queue or you may fork this repository and submit a pull request. For more help please see GitHub's article on fork, branch, and pull requests