Class MatukioHelperMicrodata
since | 5.2.0 |
---|---|
package | MatukioEvents |
getEmailBody(string $start, object $tmpl) : string
since | 3.0.0 |
---|
string
The start
object
The template
string
getHtmlMail(string $body) : string
since | __DEPLOY_VERSION__ |
---|
string
Body Content
string
getHtmlMailSkeleton() : string
TODO move to email object
string
getHtmlMailSkeletonClose() : string
string
getPublisher(object $event) : \JUser
since | 3.0.0 |
---|
object
THe event
\JUser
notifyOrganizerPublish(integer $eventId, boolean $publish= true
, $event= null
) : boolean
since | __DEPLOY_VERSION__ |
---|
integer
Event Id
boolean
Publish / Unpublish
boolean
sendCertificateMail(object $event, object $booking)
object
The event
object
The booking
\Exception |
---|
sendMail(string $from, $sender, mixed $recipient, string $subject, string $body, boolean $html= true
, mixed $cc= null
, mixed $bcc= null
, mixed $attachment= null
, mixed $replyTo= null
, mixed $replyToName= null
) : boolean
since | 11.1 |
---|
string
string
From email address
mixed
Recipient email address(es)
string
email subject
string
Message body
boolean
false = plain text, true = HTML
mixed
CC email address(es)
mixed
BCC email address(es)
mixed
Attachment file name(s)
mixed
Reply to email address(es)
mixed
Reply to name(s)
boolean
True on successsendMailAll(\JMail $mailer, string $recipient, string $subject, string $body, object $publisher) : void
\JMail
The JMail Object
string
The recipient email (participant)
string
The subject
string
The body
object
The publisher object (with name and mail)
\Exception |
---|