mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
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:
parent
9e0298c067
commit
2306456154
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue