--- parser3/src/classes/mail.C 2004/05/11 15:03:49 1.104 +++ parser3/src/classes/mail.C 2004/09/01 09:16:57 1.105 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char * const IDENT_MAIL_C="$Date: 2004/05/11 15:03:49 $"; +static const char * const IDENT_MAIL_C="$Date: 2004/09/01 09:16:57 $"; #include "pa_config_includes.h" #include "pa_vmethod_frame.h" @@ -214,9 +214,9 @@ static void _send(Request& r, MethodPara GET_SELF(r, VMail).message_hash_to_string(r, hash, 0, from, smtp_server_port?true:false /*send by SMTP=strip to?*/, to); - //r.write_pass_lang(message); - sendmail(vmail_conf, smtp_server_port, - message, from, to, soptions); + r.write_pass_lang(message); + /*sendmail(vmail_conf, smtp_server_port, + message, from, to, soptions);*/ } // constructor & configurator