mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-19 02:12:15 +09:00
Merge pull request #1013 from ForPeople/patch-2
Change Woorimail SSL Port
This commit is contained in:
commit
a1aa0a576e
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