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 |
$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) |
$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 |
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.
const DISPLAY_XPM4_ERRORS = true |
Definition at line 29 of file pop3-smtp.php.