Xataface Email Module  0.3.2
Email/Mailmerge Module for Xataface
 All Data Structures Files Functions Variables Pages
Variables
smtp-comm.php File Reference

Go to the source code of this file.

Variables

const DISPLAY_XPM4_ERRORS = true
 $f = 'username@gmail.com'
 $t = 'client@destination.net'
 $p = 'password'
 $m
 $c = fsockopen('tls://smtp.gmail.com', 465, $errno, $errstr, 10) or die($errstr)

Variable Documentation

$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
Initial value:
"\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.

const DISPLAY_XPM4_ERRORS = true

Definition at line 30 of file smtp-comm.php.