You are here

public function MailInterface::getFromAddress in Simplenews 3.x

Same name and namespace in other branches
  1. 8.2 src/Mail/MailInterface.php \Drupal\simplenews\Mail\MailInterface::getFromAddress()
  2. 8 src/Mail/MailInterface.php \Drupal\simplenews\Mail\MailInterface::getFromAddress()

Returns the plain mail address.

Return value

string The mail address.

2 methods override MailInterface::getFromAddress()
MailEntity::getFromAddress in src/Mail/MailEntity.php
Returns the plain mail address.
MailTest::getFromAddress in src/Mail/MailTest.php
Returns the plain mail address.

File

src/Mail/MailInterface.php, line 133

Class

MailInterface
A newsletter mail.

Namespace

Drupal\simplenews\Mail

Code

public function getFromAddress();