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 = 'me@mydomain.net' | |
$t = 'client@destination.net' | |
$p = 'my@address.net' | |
$m | |
$h = explode('@', $t) | |
$r = stream_context_create(array('socket' => array('bindto' => '127.0.0.1:0'))) | |
$c = SMTP::mxconnect($h[1], 25, 10, 'localdomain.net', $r) or die(print_r($_RESULT)) | |
$s = SMTP::send($c, array($t), $m, $p) |
$c = SMTP::mxconnect($h[1], 25, 10, 'localdomain.net', $r) or die(print_r($_RESULT)) |
Definition at line 56 of file smtp-client.php.
$f = 'me@mydomain.net' |
Definition at line 37 of file smtp-client.php.
$h = explode('@', $t) |
Definition at line 49 of file smtp-client.php.
$m |
Definition at line 42 of file smtp-client.php.
$p = 'my@address.net' |
Definition at line 39 of file smtp-client.php.
$r = stream_context_create(array('socket' => array('bindto' => '127.0.0.1:0'))) |
Definition at line 52 of file smtp-client.php.
$s = SMTP::send($c, array($t), $m, $p) |
Definition at line 59 of file smtp-client.php.
$t = 'client@destination.net' |
Definition at line 38 of file smtp-client.php.
const DISPLAY_XPM4_ERRORS = true |
Definition at line 32 of file smtp-client.php.