Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: rokj on March 23, 2020, 04:29:44 AM

Title: Return receipt and Delivery status notification options
Post by: rokj on March 23, 2020, 04:29:44 AM
Where can user set Return receipt and Delivery status notification in Roundcube 1.4.3?
Title: Re: Return receipt and Delivery status notification options
Post by: JohnDoh on March 23, 2020, 01:09:12 PM
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.
Title: Re: Return receipt and Delivery status notification options
Post by: rokj on March 23, 2020, 03:17:11 PM
I only see this options.

Title: Re: Return receipt and Delivery status notification options
Post by: JohnDoh on March 23, 2020, 04:07:44 PM
What do you have in your dont_override config?
Title: Re: Return receipt and Delivery status notification options
Post by: rokj on March 23, 2020, 04:26:16 PM
Code: [Select]
$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');
Title: Re: Return receipt and Delivery status notification options
Post by: JohnDoh on March 23, 2020, 04:34:49 PM
The options are hidden because you have mdn_default and dsn_default in dont_override.
Title: Re: Return receipt and Delivery status notification options
Post by: rokj on March 23, 2020, 04:45:31 PM
Thx.