Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
2640122: Emails with a - after @ cause GovDelivery sending failure
2555055: Default value in email signup form should be placeholder text instead
2572573: Drush govdelivery-send command broken
Also fixed a bug that was causing fatal errors if GovDelivery configuration was incorrect.
Fixed report column click sorting and issue with Govdelivery Signup removing variables upon uninstall.
Added GPL license.
Fixed bug that was causing fatal errors if GovDelivery configuration was incorrect.
This release removed the govdelivery_subscribe module, which defines a webform component. The govdelivery_subscribe module is not currently supported and may be added back later once it has been reviewed and tested.
This release removed the govdelivery_subscribe module, which defines a webform component. The govdelivery_subscribe module is not currently supported and may be added back later once it has been reviewed and tested.
This release switches from GovDelivery's now-deprecated SOAP-based API to its new RESTful API for sending emails. It also simplifies and adds explanatory comments to the module's settings admin page and adds two new submodules:
This release switches from GovDelivery's now-deprecated SOAP-based API to its new RESTful API for sending emails. It also simplifies and adds explanatory comments to the module's settings admin page and adds two new submodules:
Adds the govdelivery_signup and govdelivery_taxonomy modules. This branch will also switch from using GovDelivery's deprecated SOAP API to a newer RESTful API.
Adds the govdelivery_signup and govdelivery_taxonomy modules. This branch will also switch from using GovDelivery's deprecated SOAP API to a newer RESTful API.
Note: I haven't successfully tested the webform integration, the subscriber API is a bit shaky and likely to change, the external queuing system has been tested extensively and is also likely to be refactored into the Drupal Queue Interface.
Included Barrett's patch to add a webforms 3 subscriptions component.
Fix for not filtering a single email address correctly which could pollute the messages queue.
Setting to enable and disable hook_cron jobs for sending the messages and subscriptions queues.
Additional error handling in subscriptions.
Added Subscription queue processing to cron.
Added REST Response handling to subscription processing.
Removed checks in subscription test to make it a pass through for testing subscription processing.
Changed queuing logic for subscriptions.
wrapping a line in url()
#1058802 by dstol: Changed Separate code into logical include files. Adding files.
removing some white space
Fixing govdelivery-send drush
Commited a parse error. Resolving
#1051576 by dstol: Fixed Things that Dave hates...
SA-CONTRIB-2010-087 - GovDelivery - Cross site scripting
The GovDelivery module provides integration with the GovDelivery On-Demand Mailer service, a web service for GovDelivery customers that sends messages directly based on configured account information. The module replaces the backend of SMTP library in your Drupal site with calls to the GovDelivery service, so all mail sent from your site uses the ODM service.
The module does not sanitize some of the user-supplied data before displaying it (for Drupal 6.x-1.0 only), leading to a Cross Site Scripting (XSS).