program/steps/mail/sendmdn.inc
@@ -15,10 +15,13 @@ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id: sendmail.inc 930 2007-11-25 17:34:19Z thomasb $ $Id$ */ // only process ajax requests if (!$OUTPUT->ajax_call) return; if (!empty($_POST['_uid'])) { $sent = rcmail_send_mdn(get_input_value('_uid', RCUBE_INPUT_POST), $smtp_error);