1
This commit is contained in:
parent
e3e9ea64be
commit
e883ab5fbc
@ -35,11 +35,11 @@ class MailApiService extends BaseService {
|
||||
'unikey' => $unikey,
|
||||
'subject' => $subject,
|
||||
'content' => $content,
|
||||
'recipients' => array(
|
||||
'recipients' => json_encode(array(
|
||||
array(
|
||||
'account_id' => $to,
|
||||
)
|
||||
),
|
||||
)),
|
||||
'attachments' => json_encode($attachments),
|
||||
'sendtime' => myself()->_getNowTime(),
|
||||
'expiretime' => myself()->_getNowTime() + 3600 * 24 * 365 * 10,
|
||||
|
Loading…
x
Reference in New Issue
Block a user