modules/Activities/EmailReminder.php
\EmailReminder
Package: SugarCRM
Class for sending email reminders of meetings and call to invitees
Properties
Methods

getRecipients(
string $id, string $module
=
"Meetings"
)
:
arrayget recipients of reminding email for specific activity
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $id | string | |
| $module | string |
| Type | Description |
|---|---|
| array |

sendReminders(
\SugarBean $bean, \Administration $admin, array $recipients
)
:
booleansend reminders
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $bean | \SugarBean | |
| $admin | \Administration | |
| $recipients | array |
| Type | Description |
|---|---|
| boolean |

setReminderBody(
\XTemplate $xtpl, \SugarBean $bean, \User $user
)
:
\XTemplateset reminder body
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $xtpl | \XTemplate | |
| $bean | \SugarBean | |
| $user | \User |
| Type | Description |
|---|---|
| \XTemplate |