Author Topic: Question: Return Receipts Options?  (Read 2401 times)

Offline Ben Zene

  • Newbie
  • *
  • Posts: 1
Question: Return Receipts Options?
« 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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Question: Return Receipts Options?
« Reply #1 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;