- π©π°Denmark ressa Copenhagen
Here's the Drupal 10 issue about the same feature. Should this issue be closed, and fixed there?
- Status changed to Closed: outdated
about 1 year ago 1:46pm 28 September 2023
Modules like http://drupal.org/project/ecard can override the default From: address used to send email, by passing the "from" parameter, like this:
drupal_mail('ecard', 'ecard-mail', $email, $language, $params, $ecard->sender_email);
When this happens, if the Postmark module has been set to process transactional email, an error will result because the From: address doesn't have a sender signature:
Fatal error: Uncaught exception 'Exception' with message 'Error while mailing. Postmark returned HTTP code 422 with message "Sender signature not found for email.'
I can't see any way around this other than ensuring that if you use the Postmark module you don't use other modules that allow the From: address to be overriden.
Suggest documentation be added to this effect.
Closed: outdated
1.0
Documentation
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Here's the Drupal 10 issue about the same feature. Should this issue be closed, and fixed there?