Skip to content
This repository was archived by the owner on Apr 10, 2022. It is now read-only.

Commit 1739db1

Browse files
committed
fix empty host bug
1 parent ba7b3a3 commit 1739db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mailer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class Mailer extends BaseMailer
6161
/**
6262
* @var string Amazon ses host
6363
*/
64-
public $host;
64+
public $host = 'email.us-east-1.amazonaws.com';
6565

6666
/**
6767
* @var \yashop\ses\libs\SimpleEmailService SimpleEmailService instance.

0 commit comments

Comments
 (0)