You are here

README.txt in SendinBlue 7

Same filename and directory in other branches
  1. 7.2 README.txt
INTRODUCTION
-------------
This module provides integration with the SendinBlue email
delivery service. This module strive to be simple, management
user-friendly, in order to help developers quickly and easily
combine with SendinBlue email delivery service.

The Main Features are followings:
  * API integration with the API Key of SendinBlue API.
  * Send transaction email by using the SMTP server of Sendinblue.
  * Support the unlimited management of Lists, Campaigns,
    Statistics of SendinBlue.
  * Have anonymous sign up forms to subscribe site visitors
    to any combination of SendinBlue lists.
  * Compatibility with Views Bulk Operations.
  * Standalone subscribe and unsubscribe forms.
  * Subscription forms can be created as pages or as blocks,
    with one or more list subscriptions on a single form.
  * Include merge fields on anonymous subscription forms.

REQUIREMENTS
-------------
This module requires the following modules:
   * Libraries (https://www.drupal.org/project/libraries)
   * Entity (https://www.drupal.org/project/entity)

INSTALLATION
-------------
  * You need to install & enable Libraries, Entity modules
  * Go to "Administer" -> "Modules" and enable the module.
  * You need to have the API Key of SendinBlue API.
  * You need to login with the API Key on Home page
    in order to use all functionality of module.

CONFIGURATION
-------------
  * Direct your browser to admin/config/system/sendinblue to configure the
     module.
  * You will need to put in your API Key of SendinBlue API
     for your SendinBlue account.
     If you do not have a SendinBlue account, go to
     [https://www.sendinblue.com/]([https://www.sendinblue.com/) and sign up
     for a new account. Once you have set up your account and are logged in,
     visit: [https://my.sendinblue.com/advanced/apikey/]
            ([https://my.sendinblue.com/advanced/apikey/)
     to generate a key.
  * Copy your newly created API key and go to the
     [SendinBlue config](http://example.com/admin/config/system/sendinblue)
     page in your Drupal site and paste it into the SendinBlue Access &
     Secret Key field.
  * You can manage lists, campaigns, statistics of SendinBlue on following
    pages:
     [Lists](http://example.com/admin/config/system/sendinblue/lists)
     [Campaigns](http://example.com/admin/config/system/sendinblue/campaigns)
     [Statistics](http://example.com/admin/config/system/sendinblue/statistics)
  * To add subscription form, you will need to visit:
     [Forms](http://example.com/admin/config/system/sendinblue/forms)
     You can add & delete and edit the forms easily.

File

README.txt
View source
  1. INTRODUCTION
  2. -------------
  3. This module provides integration with the SendinBlue email
  4. delivery service. This module strive to be simple, management
  5. user-friendly, in order to help developers quickly and easily
  6. combine with SendinBlue email delivery service.
  7. The Main Features are followings:
  8. * API integration with the API Key of SendinBlue API.
  9. * Send transaction email by using the SMTP server of Sendinblue.
  10. * Support the unlimited management of Lists, Campaigns,
  11. Statistics of SendinBlue.
  12. * Have anonymous sign up forms to subscribe site visitors
  13. to any combination of SendinBlue lists.
  14. * Compatibility with Views Bulk Operations.
  15. * Standalone subscribe and unsubscribe forms.
  16. * Subscription forms can be created as pages or as blocks,
  17. with one or more list subscriptions on a single form.
  18. * Include merge fields on anonymous subscription forms.
  19. REQUIREMENTS
  20. -------------
  21. This module requires the following modules:
  22. * Libraries (https://www.drupal.org/project/libraries)
  23. * Entity (https://www.drupal.org/project/entity)
  24. INSTALLATION
  25. -------------
  26. * You need to install & enable Libraries, Entity modules
  27. * Go to "Administer" -> "Modules" and enable the module.
  28. * You need to have the API Key of SendinBlue API.
  29. * You need to login with the API Key on Home page
  30. in order to use all functionality of module.
  31. CONFIGURATION
  32. -------------
  33. * Direct your browser to admin/config/system/sendinblue to configure the
  34. module.
  35. * You will need to put in your API Key of SendinBlue API
  36. for your SendinBlue account.
  37. If you do not have a SendinBlue account, go to
  38. [https://www.sendinblue.com/]([https://www.sendinblue.com/) and sign up
  39. for a new account. Once you have set up your account and are logged in,
  40. visit: [https://my.sendinblue.com/advanced/apikey/]
  41. ([https://my.sendinblue.com/advanced/apikey/)
  42. to generate a key.
  43. * Copy your newly created API key and go to the
  44. [SendinBlue config](http://example.com/admin/config/system/sendinblue)
  45. page in your Drupal site and paste it into the SendinBlue Access &
  46. Secret Key field.
  47. * You can manage lists, campaigns, statistics of SendinBlue on following
  48. pages:
  49. [Lists](http://example.com/admin/config/system/sendinblue/lists)
  50. [Campaigns](http://example.com/admin/config/system/sendinblue/campaigns)
  51. [Statistics](http://example.com/admin/config/system/sendinblue/statistics)
  52. * To add subscription form, you will need to visit:
  53. [Forms](http://example.com/admin/config/system/sendinblue/forms)
  54. You can add & delete and edit the forms easily.