You are here

public function EasyEmailInterface::setReplyToAddress in Easy Email 8

Same name and namespace in other branches
  1. 2.0.x src/Entity/EasyEmailInterface.php \Drupal\easy_email\Entity\EasyEmailInterface::setReplyToAddress()

Sets the Reply To email address

Parameters

string $reply_to_email:

Return value

$this

1 method overrides EasyEmailInterface::setReplyToAddress()
EasyEmail::setReplyToAddress in src/Entity/EasyEmail.php
@inheritDoc

File

src/Entity/EasyEmailInterface.php, line 390

Class

EasyEmailInterface
Provides an interface for defining Email entities.

Namespace

Drupal\easy_email\Entity

Code

public function setReplyToAddress($reply_to_email);