Merge pull request #1013 from ForPeople/patch-2

Change Woorimail SSL Port
This commit is contained in:
Kijin Sung 2018-03-09 14:36:30 +09:00 committed by GitHub
commit a1aa0a576e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ class Woorimail extends Base implements \Rhymix\Framework\Drivers\MailInterface
/**
* The API URL.
*/
protected static $_url = 'https://woorimail.com:20080/index.php';
protected static $_url = 'https://woorimail.com/index.php';
/**
* Error codes and messages.