Where can user set Return receipt and Delivery status notification in Roundcube 1.4.3?
When using the Elastic skin these options are in the Options and Attachments panel on the right hand side of the screen. If this panel is not visible then click the 3 dots in the top right corner and select Options and Attachments from the menu.
I only see this options.
What do you have in your dont_override config?
$config['dont_override'] = array('timezone', 'dst_active', 'prettydate', 'mime_param_folding', 'mdn_requests', 'check_all_folders', 'show_images', 'inline_images', 'index_sort', 'top_posting', 'strip_existing_sig', 'sig_above', 'show_sig', 'force_7bit', 'def ault_charset', 'delete_always', 'mdn_default', 'dsn_default', 'reply_same_folder', 'default_addressbook', 'autocomplete_single', 'addressbook_name_listing', 'forward_attachment', 'addressbook_pagesize');
The options are hidden because you have mdn_default and dsn_default in dont_override.
Thx.