You are here

namespace Drupal\simplenews\Mail in Simplenews 8.2

Same name in other branches
  1. 8 Drupal\simplenews\Mail
  2. 3.x Drupal\simplenews\Mail
Classsort descending Location Description
MailBuilder src/Mail/MailBuilder.php Default mail builder.
MailBuilderInterface src/Mail/MailBuilderInterface.php Builds newsletter and confirmation mails.
MailCacheBuild src/Mail/MailCacheBuild.php Source cache implementation that caches build and data element.
MailCacheInterface src/Mail/MailCacheInterface.php Interface for a simplenews mail cache implementation.
MailCacheNone src/Mail/MailCacheNone.php Cache implementation that does not cache anything at all.
MailCacheStatic src/Mail/MailCacheStatic.php Abstract implementation of the mail caching that does static caching.
MailEntity src/Mail/MailEntity.php Default mail class for entities.
Mailer src/Mail/Mailer.php Default Mailer.
MailerInterface src/Mail/MailerInterface.php Sends newsletter and subscription mails.
MailFormatHelper src/Mail/MailFormatHelper.php Extended mail formatter helpers.
MailInterface src/Mail/MailInterface.php A newsletter mail.
MailTest src/Mail/MailTest.php Example mail implementation used for tests.