Small tweaks
This commit is contained in:
parent
54baa4d6ba
commit
08d7347f00
@ -43,8 +43,6 @@ class MailgunEmailSender implements EmailSender {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var_dump($mailgunArray);
|
|
||||||
|
|
||||||
$result = $this->sendMessage($mailgunArray, $mailgunAttachments, $modsForHeskSettings);
|
$result = $this->sendMessage($mailgunArray, $mailgunAttachments, $modsForHeskSettings);
|
||||||
|
|
||||||
|
|
||||||
|
@ -60,7 +60,6 @@ class BasicEmailSenderIntegrationTest extends IntegrationTestCaseBase {
|
|||||||
$emailBuilder->htmlMessage = "Test <b>HTML</b> <i>message</i>";
|
$emailBuilder->htmlMessage = "Test <b>HTML</b> <i>message</i>";
|
||||||
$emailBuilder->subject = "BasicEmailSenderIntegrationTest";
|
$emailBuilder->subject = "BasicEmailSenderIntegrationTest";
|
||||||
|
|
||||||
// Uncomment to test attachments.
|
|
||||||
$attachment = new Attachment();
|
$attachment = new Attachment();
|
||||||
$attachment->id = 1;
|
$attachment->id = 1;
|
||||||
$attachment->fileName = "file.txt";
|
$attachment->fileName = "file.txt";
|
||||||
|
@ -59,7 +59,6 @@ class MailgunEmailSenderIntegrationTest extends IntegrationTestCaseBase {
|
|||||||
$emailBuilder->htmlMessage = "Test <b>HTML</b> <i>message</i>";
|
$emailBuilder->htmlMessage = "Test <b>HTML</b> <i>message</i>";
|
||||||
$emailBuilder->subject = "MailgunEmailSenderIntegrationTest";
|
$emailBuilder->subject = "MailgunEmailSenderIntegrationTest";
|
||||||
|
|
||||||
// Uncomment to test attachments.
|
|
||||||
$attachment = new Attachment();
|
$attachment = new Attachment();
|
||||||
$attachment->id = 1;
|
$attachment->id = 1;
|
||||||
$attachment->fileName = "file.txt";
|
$attachment->fileName = "file.txt";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user