Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: Ben Zene on January 21, 2019, 10:54:38 AM

Title: Question: Return Receipts Options?
Post by: Ben Zene on January 21, 2019, 10:54:38 AM
Does roundcube send return receipts for received mail (not requesting a receipt for sent mail) if requested by the sender?  - If so, where are the options to turn off/on?

Thank You
Title: Re: Question: Return Receipts Options?
Post by: SKaero on January 21, 2019, 01:26:02 PM
The following are the options in the Roundcube config:
Code: [Select]
// Behavior if a received message requests a message delivery notification (read receipt)
// 0 = ask the user, 1 = send automatically, 2 = ignore (never send or ask)
// 3 = send automatically if sender is in addressbook, otherwise ask the user
// 4 = send automatically if sender is in addressbook, otherwise ignore
$config['mdn_requests'] = 0;

// Return receipt checkbox default state
$config['mdn_default'] = 0;