Class MatukioHelperMicrodata
| since | 5.2.0 |
|---|---|
| package | MatukioEvents |
getEmailBody(string $start, object $tmpl) : string
| since | 3.0.0 |
|---|
stringThe start
objectThe template
stringgetHtmlMail(string $body) : string
| since | __DEPLOY_VERSION__ |
|---|
stringBody Content
stringgetHtmlMailSkeleton() : string
TODO move to email object
stringgetHtmlMailSkeletonClose() : string
stringgetPublisher(object $event) : \JUser
| since | 3.0.0 |
|---|
objectTHe event
\JUsernotifyOrganizerPublish(integer $eventId, boolean $publish= true, $event= null) : boolean
| since | __DEPLOY_VERSION__ |
|---|
integerEvent Id
booleanPublish / Unpublish
booleansendCertificateMail(object $event, object $booking)
objectThe event
objectThe 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 |
|---|
stringstringFrom email address
mixedRecipient email address(es)
stringemail subject
stringMessage body
booleanfalse = plain text, true = HTML
mixedCC email address(es)
mixedBCC email address(es)
mixedAttachment file name(s)
mixedReply to email address(es)
mixedReply to name(s)
booleanTrue on successsendMailAll(\JMail $mailer, string $recipient, string $subject, string $body, object $publisher) : void
\JMailThe JMail Object
stringThe recipient email (participant)
stringThe subject
stringThe body
objectThe publisher object (with name and mail)
\Exception |
|---|