![]() |
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@hostname.net' | |
$t = 'client@destination.net' | |
$p = 'password' | |
$m | |
$c = SMTP::Connect('smtp.hostname.net') or die(print_r($_RESULT)) | |
$s = SMTP::Send($c, array($t), $m, $f) |
enum DISPLAY_XPM4_ERRORS |
Definition at line 29 of file pop3-smtp.php.
$c = SMTP::Connect('smtp.hostname.net') or die(print_r($_RESULT)) |
Definition at line 49 of file pop3-smtp.php.
$f = 'username@hostname.net' |
Definition at line 35 of file pop3-smtp.php.
$m |
"\r\n\r\n". 'Text message.'
Definition at line 40 of file pop3-smtp.php.
$p = 'password' |
Definition at line 37 of file pop3-smtp.php.
$s = SMTP::Send($c, array($t), $m, $f) |
Definition at line 52 of file pop3-smtp.php.
$t = 'client@destination.net' |
Definition at line 36 of file pop3-smtp.php.