update
This commit is contained in:
20
inc/Hura8/Interfaces/iEmail.php
Normal file
20
inc/Hura8/Interfaces/iEmail.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by Glee Ltd.
|
||||
* User: Hieu
|
||||
* Date: 14-Jul-19
|
||||
* Time: 3:21 PM
|
||||
* Description:
|
||||
*/
|
||||
|
||||
namespace Hura8\Interfaces;
|
||||
|
||||
|
||||
interface iEmail
|
||||
{
|
||||
// setup
|
||||
public function setUp(array $config);
|
||||
|
||||
// send email
|
||||
public function send(array $to_emails, $subject, $content);
|
||||
}
|
||||
Reference in New Issue
Block a user