コード例 #1
0
ファイル: HMS_Email.php プロジェクト: jlbooker/homestead
 public static function send_error_notification($content)
 {
     HMS_Email::send_email(HMS_Email::get_technical_contacts(), NULL, 'HMS Error', $content);
 }