--- parser3/src/classes/mail.C 2001/05/08 10:23:49 1.28 +++ parser3/src/classes/mail.C 2001/06/28 07:41:59 1.30 @@ -5,8 +5,9 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: mail.C,v 1.28 2001/05/08 10:23:49 paf Exp $ + $Id: mail.C,v 1.30 2001/06/28 07:41:59 parser Exp $ */ +static char *RCSId="$Id: mail.C,v 1.30 2001/06/28 07:41:59 parser Exp $"; #include "pa_config_includes.h" @@ -332,7 +333,7 @@ static void sendmail(Request& r, const S SMTP& smtp=*new(pool) SMTP(pool, method_name); Value *server_port; - // $MAIN:MAIL.SMTP[mail.design.ru] + // $MAIN:MAIL.SMTP[mail.yourdomain.ru[:port]] if(mail_conf && (server_port=static_cast(mail_conf->get( *new(pool) String(pool, "SMTP"))))) {