- Adds SMTP mailer + tests
- Adjusts Mailer router - Changes sender/recipient email in tests - Adds SwiftMailer composer dependency
This commit is contained in:
@@ -9,7 +9,7 @@ class SendGridCest {
|
||||
'type' => 'API',
|
||||
'api_key' => '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'
|
||||
);
|
||||
$this->fromEmail = 'do-not-reply@mailpoet.com';
|
||||
$this->fromEmail = 'staff@mailpoet.com';
|
||||
$this->fromName = 'Sender';
|
||||
$this->mailer = new SendGrid($this->settings['api_key'], $this->fromEmail, $this->fromName);
|
||||
$this->mailer->subscriber = 'Recipient <mailpoet-phoenix-test@mailinator.com>';
|
||||
|
Reference in New Issue
Block a user