--- parser3/src/classes/mail.C 2003/11/20 17:07:44 1.95 +++ parser3/src/classes/mail.C 2003/12/11 09:25:50 1.98 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char * const IDENT_MAIL_C="$Date: 2003/11/20 17:07:44 $"; +static const char * const IDENT_MAIL_C="$Date: 2003/12/11 09:25:50 $"; #include "pa_config_includes.h" #include "pa_vmethod_frame.h" @@ -20,7 +20,7 @@ static const char * const IDENT_MAIL_C=" #include "pa_vmail.h" #ifdef _MSC_VER -# include "smtp/smtp.h" +# include "smtp.h" #endif // defines @@ -89,7 +89,7 @@ static void sendmail(Request& r, Value* server_port; // $MAIN:MAIL.SMTP[mail.yourdomain.ru[:port]] if(vmail_conf && - (server_port=vmail_conf->get_hash()->get(String::Body("SMTP")))) { + (server_port=vmail_conf->get_hash()->get("SMTP"))) { char* server=server_port->as_string().cstrm(); const char* port=rsplit(server, ':'); if(!port) @@ -122,7 +122,7 @@ static void sendmail(Request& r, #endif } else { #ifdef PA_FORCED_SENDMAIL - sendmail_command<