public function MailerInterface::sendCombinedConfirmation in Simplenews 3.x
Same name and namespace in other branches
- 8.2 src/Mail/MailerInterface.php \Drupal\simplenews\Mail\MailerInterface::sendCombinedConfirmation()
- 8 src/Mail/MailerInterface.php \Drupal\simplenews\Mail\MailerInterface::sendCombinedConfirmation()
Send collected confirmations.
Depending on the settings, always sends a combined confirmation, only when there are multiple changes for a subscriber or never.
@todo This function currently does not return information about which subscriber received a confirmation.
Return value
bool TRUE if any confirmation mails have been sent.
1 method overrides MailerInterface::sendCombinedConfirmation()
- Mailer::sendCombinedConfirmation in src/
Mail/ Mailer.php - Send collected confirmations.
File
- src/
Mail/ MailerInterface.php, line 81
Class
- MailerInterface
- Sends newsletter and subscription mails.
Namespace
Drupal\simplenews\MailCode
public function sendCombinedConfirmation(SubscriberInterface $subscriber);