From d51d69415a491981bc4fd07f344c00ad5605489d Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 19 Jan 2016 10:26:10 -0200 Subject: Update smtp.inc to 2016-01-18 --- src/etc/inc/smtp.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/etc/inc/smtp.inc b/src/etc/inc/smtp.inc index 2cae8dd..de5522c 100644 --- a/src/etc/inc/smtp.inc +++ b/src/etc/inc/smtp.inc @@ -2,7 +2,7 @@ /* * smtp.php * - * @(#) $Header: /opt2/ena/metal/smtp/smtp.php,v 1.48 2014/11/23 22:45:30 mlemos Exp $ + * @(#) $Header: /opt2/ena/metal/smtp/smtp.php,v 1.50 2016/01/19 00:16:06 mlemos Exp $ * */ @@ -12,7 +12,7 @@ net.manuellemos.smtp - @(#) $Id: smtp.php,v 1.48 2014/11/23 22:45:30 mlemos Exp $ + @(#) $Id: smtp.php,v 1.50 2016/01/19 00:16:06 mlemos Exp $ Copyright (C) Manuel Lemos 1999-2011 Sending e-mail messages via SMTP protocol Manuel Lemos @@ -261,7 +261,7 @@ class smtp_class user_agent STRING - SMTP Class (http://www.phpclasses.org/smtpclass $Revision: 1.48 $) + SMTP Class (http://www.phpclasses.org/smtpclass $Revision: 1.50 $) Set the user agent used when connecting via an HTTP proxy. Change this value only if for some reason you want emulate a @@ -270,7 +270,7 @@ class smtp_class {/metadocument} */ - var $user_agent='SMTP Class (http://www.phpclasses.org/smtpclass $Revision: 1.48 $)'; + var $user_agent='SMTP Class (http://www.phpclasses.org/smtpclass $Revision: 1.50 $)'; /* {metadocument} @@ -1889,4 +1889,4 @@ class smtp_class */ -?> +?> \ No newline at end of file -- cgit v1.1