\qfq Sendmail

Summary

Methods
Properties
Constants
__construct()
sendmail()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$Log
N/A

Properties

Methods

__construct()

__construct(\qfq\Log  $fr_log) 

Constructor:

Parameters

\qfq\Log $fr_log

sendmail()

sendmail(array  $mailarr) : string

Send an email. Mail delivery should work - else the mails might disappear Seperate lines in the body with '\r\n' RC: if RC==0 Returns Output, else 'RC - Output'

Parameters

array $mailarr

: $mailarr['receiver'] (multiple with comma), $mailarr['sender'], $mailarr['subject'], $mailarr['body']

Returns

string