Revision 749
- Date:
- 2018/11/20 09:47:43
- Files:
Legend:
- Added
- Removed
- Modified
-
utf8/core/services/mail_process.pl
34 34 $keeper->t_finish(); 35 35 36 36 if ( @$ids ) { 37 my $sendmail = Contenido::Mail->new({password => 'g8$feds1'}); 37 my $sendmail = Contenido::Mail->new(); 38 38 foreach my $row ( @$ids ) { 39 39 my $mail = $keeper->get_document_by_id($row->[0], class => 'Contenido::Email'); 40 40 if ( ref $mail ) {