You are here

README.txt in Postmark 6

Same filename and directory in other branches
  1. 7 README.txt
Module description
------------------

The Postmark module allows the administrator to switch the standard SMTP 
library over to use the third party Postmark library. An account with 
Postmark is required to use this module.

The recommended third party library for this module is the latest version
of the Postmark PHP class v0.4.4 by Markus Hedlund et al.
http://github.com/Znarkus/postmark-php

Note: The module uses the REST API to connect to Postmark.

Installation
------------

Installing the Postmark module requires a few steps :

1) Copy the postmark folder to the modules folder in your installation 
   This is usually sites/all/modules.

2) Obtain the Postmark PHP library from http://github.com/Znarkus/postmark-php.

3) Copy the files to the includes directory in the module folder
   /modules/postmark/includes.

4) You must ensure you get the Certificate folder too as this is now implemented
   within the PHP class.

4) Enable the module using Administer > Modules (/admin/build/modules).

5) Go to Site configuration > Postmark (/admin/settings/postmark)
   
6) Enable Postmark functionality and add your API key from your Postmark account.

7) The test functionality enables you to test the integration is working, this 
   will use a credit by default each time you submit an email address.

8) The email address that emails are sent from on your site must have a valid 
   Sender Signature set up in your Postmark account. Different modules use 
   different settings for the "From" address. One important place to check is 
   the address on Administer > Site configuration > Site information.

Support and bugs
----------------

If you have any problems using the module, please submit an issue in the 
Postmark queue (http://drupal.org/project/issues/postmark).

That's also a good place to check for known problems and "todos".

Credit
------

The Postmark module was developed by
 * Luke Simmons (luketsimmons)
 * Allister Price (alli.price)
from Deeson Online (http://www.deeson.co.uk/online).

Credit also goes to the phpmailer (http://drupal.org/project/phpmailer) module on 
which this module is heavily based.

File

README.txt
View source
  1. Module description
  2. ------------------
  3. The Postmark module allows the administrator to switch the standard SMTP
  4. library over to use the third party Postmark library. An account with
  5. Postmark is required to use this module.
  6. The recommended third party library for this module is the latest version
  7. of the Postmark PHP class v0.4.4 by Markus Hedlund et al.
  8. http://github.com/Znarkus/postmark-php
  9. Note: The module uses the REST API to connect to Postmark.
  10. Installation
  11. ------------
  12. Installing the Postmark module requires a few steps :
  13. 1) Copy the postmark folder to the modules folder in your installation
  14. This is usually sites/all/modules.
  15. 2) Obtain the Postmark PHP library from http://github.com/Znarkus/postmark-php.
  16. 3) Copy the files to the includes directory in the module folder
  17. /modules/postmark/includes.
  18. 4) You must ensure you get the Certificate folder too as this is now implemented
  19. within the PHP class.
  20. 4) Enable the module using Administer > Modules (/admin/build/modules).
  21. 5) Go to Site configuration > Postmark (/admin/settings/postmark)
  22. 6) Enable Postmark functionality and add your API key from your Postmark account.
  23. 7) The test functionality enables you to test the integration is working, this
  24. will use a credit by default each time you submit an email address.
  25. 8) The email address that emails are sent from on your site must have a valid
  26. Sender Signature set up in your Postmark account. Different modules use
  27. different settings for the "From" address. One important place to check is
  28. the address on Administer > Site configuration > Site information.
  29. Support and bugs
  30. ----------------
  31. If you have any problems using the module, please submit an issue in the
  32. Postmark queue (http://drupal.org/project/issues/postmark).
  33. That's also a good place to check for known problems and "todos".
  34. Credit
  35. ------
  36. The Postmark module was developed by
  37. * Luke Simmons (luketsimmons)
  38. * Allister Price (alli.price)
  39. from Deeson Online (http://www.deeson.co.uk/online).
  40. Credit also goes to the phpmailer (http://drupal.org/project/phpmailer) module on
  41. which this module is heavily based.