Home
last modified time | relevance | path

Searched refs:setFakeFrom (Results 1 – 4 of 4) sorted by relevance

/plugin/smtp/subtree/txtthinking/Mailer/tests/
H A DMailerTest.php26 ->setFakeFrom('heelo', 'bot@hello.com') // a fake name, a fake email
41 ->setFakeFrom('张全蛋', 'zhangquandan@hello.com') // a fake name, a fake email
/plugin/smtp/subtree/txtthinking/Mailer/src/
H A DMailer.php93 public function setFakeFrom($name, $email){ function in Tx\\Mailer
94 $this->message->setFakeFrom($name, $email);
/plugin/smtp/subtree/txtthinking/Mailer/
H A DREADME.md22 ->setFakeFrom('heelo', 'bot@fake.com') // if u want, a fake name, a fake email
43 ->setFakeFrom('heelo', 'bot@fake.com') // if u want, a fake name, a fake email
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DMessage.php107 public function setFakeFrom($name, $email) function in Tx\\Mailer\\Message