mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
API: torrents upload/list
This commit is contained in:
@@ -346,7 +346,8 @@ class ToolRepository extends BaseRepository
|
||||
->from(new Address(Setting::get('main.SITEEMAIL'), Setting::get('basic.SITENAME')))
|
||||
->to($to)
|
||||
->subject($subject)
|
||||
->html($body)
|
||||
->text($body)
|
||||
->html(nl2br($body))
|
||||
;
|
||||
|
||||
// Send the message
|
||||
|
||||
Reference in New Issue
Block a user