Email Plugin
Hello.
Does that part of code
defaults['trash_question_email_subject'] = __( 'A question is trashed by {user}', 'AnsPress_Email' ); $defaults['trash_question_email_body'] = __( "Hello!\r\nQuestion '{question_title}' is trashed by {user}.\r\n", 'AnsPress_Email' ); $defaults['trash_answer_email_subject'] = __( 'An answer is trashed by {user}', 'AnsPress_Email' ); $defaults['trash_answer_email_body'] = __( "Hello!\r\nAnswer on '{question_title}' is trashed by {user}.\r\n", 'AnsPress_Email' );
is actually used ? There is no notification send.
Thanks
Rahul Aryan commented
Cagliostro commented
Rahul. I did check. Because the emails had no topic and body (because of your plugin), they were flagged as spam and deleted.
I assure you i double check each and every report i make here.
Rahul Aryan commented
Ok. I fixed default subject and body.
Kindly check thoroughly before reporting. I just checked it and all email are sent.