![]() |
Xataface Email Module
0.3.2
Email/Mailmerge Module for Xataface
|
Go to the source code of this file.
Variables | |
| const | DISPLAY_XPM4_ERRORS = true |
| $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)) | |
| $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.
| const DISPLAY_XPM4_ERRORS = true |
Definition at line 31 of file mail-relay.php.
1.8.1.2