You are here

17 calls to EasyEmailTestBase::getSentEmails() in Easy Email 8

EasyEmailSendTest::testSaveWithoutSend in tests/src/Functional/EasyEmailSendTest.php
Tests email saving without sending.
EasyEmailSendTest::testSendDuplicateCheck in tests/src/Functional/EasyEmailSendTest.php
Tests email sending with a unique key to prevent duplicates
EasyEmailSendTest::testSendHtmlAndPlainText in tests/src/Functional/EasyEmailSendTest.php
Tests sending email with an HTML and Plain Text version
EasyEmailSendTest::testSendHtmlGeneratePlainText in tests/src/Functional/EasyEmailSendTest.php
Tests email sending with plain text version generated from HTML version
EasyEmailSendTest::testSendHtmlOnly in tests/src/Functional/EasyEmailSendTest.php
Tests email sending with HTML version only
EasyEmailSendTest::testSendNoDuplicateCheck in tests/src/Functional/EasyEmailSendTest.php
Tests email sending without a unique key to prevent duplicates
EasyEmailSendTest::testSendNoKeyField in tests/src/Functional/EasyEmailSendTest.php
Tests email sending without a unique key field to prevent duplicates
EasyEmailSendTest::testSendPlainOnly in tests/src/Functional/EasyEmailSendTest.php
Tests email sending with plain text version only
EasyEmailSendTest::testSendWithAttachmentsNotSaved in tests/src/Functional/EasyEmailSendTest.php
Tests email sending with attachments that are not saved to the log.
EasyEmailSendTest::testSendWithAttachmentsSaved in tests/src/Functional/EasyEmailSendTest.php
Tests email sending with attachments that are saved.
EasyEmailSendTest::testSendWithCustomizedEmail in tests/src/Functional/EasyEmailSendTest.php
Tests email sending with customized text at send time.
EasyEmailSendTest::testSendWithoutBccAddress in tests/src/Functional/EasyEmailSendTest.php
Tests email sending without a BCC address field
EasyEmailSendTest::testSendWithoutBccUid in tests/src/Functional/EasyEmailSendTest.php
Tests email sending without a BCC UID field
EasyEmailSendTest::testSendWithoutCcAddress in tests/src/Functional/EasyEmailSendTest.php
Tests email sending without a CC address field
EasyEmailSendTest::testSendWithoutCcUid in tests/src/Functional/EasyEmailSendTest.php
Tests email sending without a CC UID field
EasyEmailSendTest::testSendWithoutRecipientUid in tests/src/Functional/EasyEmailSendTest.php
Tests email sending without a Recipient UID field
EasyEmailSendTest::testSendWithUnsafeTokens in tests/src/Functional/EasyEmailSendTest.php
Tests email sending with unsafe tokens.