File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ helper('multi_email');
2525
2626$email = multi_email(['mailType' => 'html']);
2727$email->setTo('
[email protected] ');
28- $email->setSubject("Test Send");
29- $email->setMessage('Hi, .. ');
28+ $email->setSubject("Test Send Mail ");
29+ $email->setMessage('Hi, Bonjour ');
3030
3131if ($email->send(false) === false) {
3232 throw new Exception('Cannot send email:' . $email->printDebugger(['headers']));
@@ -43,8 +43,8 @@ helper('multi_email');
4343
4444$email = multi_email(['mailType' => 'html'], 'outlook');
4545$email->setTo('
[email protected] ');
46- $email->setSubject("Test Send");
47- $email->setMessage('Hi, .. ');
46+ $email->setSubject("Test Send Mail ");
47+ $email->setMessage('Hi, Bonjour ');
4848
4949if ($email->send(false) === false) {
5050 throw new Exception('Cannot send email:' . $email->printDebugger(['headers']));
You can’t perform that action at this time.
0 commit comments