Inheritance diagram for EmailSMSProvider:

Currently the only way to send SMS messages with BaseJumper. Uses the providers email gateway... dont abuse it.
Definition at line 189 of file sms.inc.php.
Public Member Functions | |
| __construct ($name, $email) | |
| create our email provider. | |
| getEmail () | |
| get the email address to send to. | |
| send ($message, $from) | |
| send a sms message to a gateway. | |
Private Attributes | |
| the email gateway address | |
|
||||||||||||
|
create our email provider.
Definition at line 202 of file sms.inc.php. |
|
|
get the email address to send to.
Definition at line 214 of file sms.inc.php. Referenced by send(). |
|
||||||||||||
|
send a sms message to a gateway.
Reimplemented from SMSProvider. Definition at line 225 of file sms.inc.php. References $email, getEmail(), and Mail::send(). |
|
|
the email gateway address
Definition at line 194 of file sms.inc.php. Referenced by send(). |
1.3.9.1