1
0
Fork 0
mirror of synced 2024-10-02 02:07:04 +13:00
This commit is contained in:
Prateek Banga 2023-09-27 19:10:56 +05:30
parent 7708779ef1
commit 1a50b2948f

View file

@ -370,7 +370,7 @@ trait MessagingBase
public function testSendEmail()
{
$to = App::getEnv('_APP_MESSAGE_SMS_PROVIDER_MAILGUN_RECEIVER_EMAIL');
$from = App::getEnv('_APP_MESSAGE_SMS_PROVIDER_MAILGUN_FROM');
$apiKey = App::getEnv('_APP_MESSAGE_SMS_PROVIDER_MAILGUN_API_KEY');
@ -460,6 +460,5 @@ trait MessagingBase
]);
$this->assertEquals(201, $email['headers']['status-code']);
}
}