![]() |
Xataface Email Module 0.2
Email/Mailmerge Module for Xataface
|
Go to the source code of this file.
Enumerations | |
enum | DISPLAY_XPM4_ERRORS |
Variables | |
$m = new MAIL | |
$c = $m->Connect('smtp.gmail.com', 465, 'username@gmail.com', 'password', 'tls', 10, 'localhost', null, 'plain') or die(print_r($m->Result)) |
enum DISPLAY_XPM4_ERRORS |
Definition at line 31 of file mail-relay.php.
$c = $m->Connect('smtp.gmail.com', 465, 'username@gmail.com', 'password', 'tls', 10, 'localhost', null, 'plain') or die(print_r($m->Result)) |
Definition at line 50 of file mail-relay.php.
$m = new MAIL |
Definition at line 37 of file mail-relay.php.