![]() |
Xataface Email Module 0.2
Email/Mailmerge Module for Xataface
|
Go to the source code of this file.
Enumerations | |
| enum | DISPLAY_XPM4_ERRORS |
Variables | |
| $f = 'username@gmail.com' | |
| $t = 'client@destination.net' | |
| $p = 'password' | |
| $m | |
| $c = fsockopen('tls://smtp.gmail.com', 465, $errno, $errstr, 10) or die($errstr) | |
| enum DISPLAY_XPM4_ERRORS |
Definition at line 30 of file smtp-comm.php.
| $c = fsockopen('tls://smtp.gmail.com', 465, $errno, $errstr, 10) or die($errstr) |
Definition at line 48 of file smtp-comm.php.
| $f = 'username@gmail.com' |
Definition at line 35 of file smtp-comm.php.
| $m |
"\r\n\r\n". 'Text message.'
Definition at line 40 of file smtp-comm.php.
| $p = 'password' |
Definition at line 37 of file smtp-comm.php.
| $t = 'client@destination.net' |
Definition at line 36 of file smtp-comm.php.
1.7.4