Report about sending e-mail

Sent e-mails: '.$_REQUEST['nsucc'].' of '.$_REQUEST['nsent'].'.

'; // failed e-mails list if ($_REQUEST['listnosent']) { echo << function toggle_visibility(id) { var e = document.getElementById(id); if(e.style.display == 'block') e.style.display = 'none'; else e.style.display = 'block'; } EOD; $listnosent = str_replace(";at;", "@", $_REQUEST['listnosent']); $nosendmails = explode(";end;", $listnosent); echo "

» Show no sent e-mail (one per line)

"; echo ""; echo "

» Show no sent e-mail (comma separated)

"; echo ""; } echo ""; // end div message } if($_REQUEST['message'] == 'incorrect') { // incorrect data in fields print '

Inserted inputs are incompled or wrong. Please check and try again.

'; } if($_REQUEST['message'] == 'error') { // Generic error during sending print '

Error during process. No sending, please try again.

'; } ?>

Alo EasyMail

Recipients

To send to all users registered to the blog check this option:

To send to non-registered people insert a list of e-mail addresses, separated by comma (,):

 

Subject and text of the e-mail

Choose to send a simple generic e-mail or one concerning a specific post (in this case you can use specific tags listed below).

$n_last_posts, 'order' => 'DESC', 'orderby' => 'date' ); $get_posts = get_posts($args); $tot_posts = count($get_posts); echo ''; ?>

Subject:

= '2.8') { wp_enqueue_script( 'common' ); wp_enqueue_script( 'jquery-color' ); wp_print_scripts('editor'); if (function_exists('add_thickbox')) add_thickbox(); wp_print_scripts('media-upload'); if (function_exists('wp_tiny_mce')) wp_tiny_mce(); wp_admin_css(); wp_enqueue_script('utils'); do_action("admin_print_styles-post-php"); do_action('admin_print_styles'); } else { wp_admin_css('thickbox'); wp_print_scripts('jquery-ui-core'); wp_print_scripts('jquery-ui-tabs'); wp_print_scripts('post'); wp_print_scripts('editor'); add_thickbox(); wp_print_scripts('media-upload'); if (function_exists('wp_tiny_mce')) wp_tiny_mce(); } ?>

Main body (you can use the tags listed below):

[POST-TITLE]The title of the selected post.
[POST-EXCERPT]The excerpt (if any) of the post.
[USER-NAME]Name and surname of registered user.
[SITE-LINK]The link to the site.E.g.: ".get_option('blogname')."" ?>

Send

Click once and wait while sending.