Xataface Email Module 0.3
Email/Mailmerge Module for Xataface
Enumerations | Variables
lib/XPM/EXAMPLES/pop3-smtp.php File Reference

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)

Enumeration Type Documentation

Definition at line 29 of file pop3-smtp.php.


Variable Documentation

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

 All Data Structures Files Functions Variables Enumerations