Change Woorimail SSL Port

Some web hosting doesn't open a port 20080. So Woorimail change SSL port from 20080 to 443(ssl).
This commit is contained in:
포피플 2018-03-09 14:13:51 +09:00 committed by GitHub
parent 9e0298c067
commit 2306456154
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. * The API URL.
*/ */
protected static $_url = 'https://woorimail.com:20080/index.php'; protected static $_url = 'https://woorimail.com/index.php';
/** /**
* Error codes and messages. * Error codes and messages.