Revision 751

Date:
2018/11/20 10:06:00
Author:
ahitrov
Revision Log:
Bugfix. Wrong status

Files:

Legend:

 
Added
 
Removed
 
Modified
  • utf8/core/services/mail_process.pl

     
    53 53 $mail->status(3);
    54 54 $mail->error( $err );
    55 55 } else {
    56 $mail->status(2);
    56 $mail->status(1);
    57 $mail->error(undef);
    57 58 }
    58 59 $mail->store;
    59 60 }