'.__("Activation state updated", "alo-easymail").'.

'; } else { print '

'.__("Error during operation.", "alo-easymail") ." ". __("Not updated", "alo-easymail").'.

'; } } // delete partecipation if( isset($_REQUEST['task']) && $_REQUEST['task'] == 'delete' && is_numeric($_REQUEST['subscriber_id'])) { if ( alo_em_delete_subscriber_by_id ($_REQUEST['subscriber_id']) ) { print '

'.__("Subscriber deleted", "alo-easymail").'.

'; } else { if ( alo_em_is_subscriber_by_id($_REQUEST['subscriber_id']) ) { // error only if this subscriber exists yet, to prevent error on refresh page print '

'.__("Error during operation.", "alo-easymail") ." ". __("Not deleted", "alo-easymail").'.

'; } } } // delete welcome import alert if ( isset($_REQUEST['import_alert']) && $_REQUEST['import_alert'] == "stop" ) { update_option( 'alo_em_import_alert', "hide" ); } ?>

Alo EasyMail Newsletter:

'.__("Error during operation.", "alo-easymail"); if ( !isset($_REQUEST['subscribers']) || $_REQUEST['subscribers'] == "" ) echo " ". __("No subscriber selected", "alo-easymail") ."."; if ( !isset($_REQUEST['check_list']) || count ($_REQUEST['check_list']) == 0 ) echo " ". __("No list selected", "alo-easymail") ."."; echo '

'; break; } if ($mailinglists) { ?>

:

:

:
    $val) { if ( $val['available'] == "deleted" || $val['available'] == "hidden" ) { //continue; } ?>
:

'. __('There are no available lists', 'alo-easymail') .'.

'; break; } case "language": if ( !isset($_REQUEST['subscribers'] ) || $_REQUEST['subscribers'] == "" ) { echo '

'.__("Error during operation.", "alo-easymail"); if ( !isset($_REQUEST['subscribers']) || $_REQUEST['subscribers'] == "" ) echo " ". __("No subscriber selected", "alo-easymail") ."."; if ( !isset($_REQUEST['check_lang']) || count ($_REQUEST['check_lang']) == 0 ) echo " ". __("No language option selected", "alo-easymail") ."."; echo '

'; break; } if ( $languages ) { ?>

:

:

:

'. __('No language available', 'alo-easymail') .'.

'; break; } case "delete": if ( !isset($_REQUEST['subscribers'] ) || $_REQUEST['subscribers'] == "" ) { echo '

'.__("Error during operation.", "alo-easymail"); echo " ". __("No subscriber selected", "alo-easymail") ."."; echo '

'; break; } foreach ($_REQUEST['subscribers'] as $subsc => $val) { alo_em_delete_subscriber_by_id ( $val ); } print '

'.__("Subscribers deleted", "alo-easymail").'.

'; break; case "delete_and_unsubscribe": if ( !isset($_REQUEST['subscribers'] ) || $_REQUEST['subscribers'] == "" ) { echo '

'.__("Error during operation.", "alo-easymail"); echo " ". __("No subscriber selected", "alo-easymail") ."."; echo '

'; break; } foreach ($_REQUEST['subscribers'] as $subsc => $val) { $subscriber_obj = alo_em_get_subscriber_by_id( $val ); alo_em_add_email_in_unsubscribed ( $subscriber_obj->email ); alo_em_delete_subscriber_by_id ( $val ); } print '

'.__("Subscribers deleted and added to list of who unsubscribed", "alo-easymail").'.

'; break; case "activate": if ( !isset($_REQUEST['subscribers'] ) || $_REQUEST['subscribers'] == "" ) { echo '

'.__("Error during operation.", "alo-easymail"); echo " ". __("No subscriber selected", "alo-easymail") ."."; echo '

'; break; } foreach ($_REQUEST['subscribers'] as $subsc => $val) { alo_em_edit_subscriber_state_by_id( $val , "1" ); } print '

'.__("Subscribers activated", "alo-easymail").'.

'; break; case "deactivate": if ( !isset($_REQUEST['subscribers'] ) || $_REQUEST['subscribers'] == "" ) { echo '

'.__("Error during operation.", "alo-easymail"); echo " ". __("No subscriber selected", "alo-easymail") ."."; echo '

'; break; } foreach ($_REQUEST['subscribers'] as $subsc => $val) { alo_em_edit_subscriber_state_by_id( $val , "0" ); } print '

'.__("Subscribers deactivated", "alo-easymail").'.

'; break; case "import": ?>

. .



$value ){ ?>
"; foreach ( $mailinglists as $list => $val) { if ( $val['available'] == "deleted" || $val['available'] == "hidden" ) { //continue; } ?>
  • "; ?>

    · :
    · :


    ". __('You can list only languages available in the blog', 'alo-easymail') .": ". __('you can set them up in Settings > Newsletter', 'alo-easymail'). ". (". __('Language codes', 'alo-easymail') .": ". sprintf( '%s', __('iso 639-1 codes', 'alo-easymail') ). ") " ?>

    email_address1@domain.ltd;name1 surname1;en $value ){ echo ';'.$value['humans_name'].''; } } ?>
    email_address2@domain.ltd;name2 surname2;it
    email_address3@domain.ltd;name3
    email_address4@domain.ltd;;en

    .

    ".__("Add to selected lists", "alo-easymail"). ":

    "; echo "