Author Topic: Error sending the read notice  (Read 1503 times)

Offline alain25

  • Newbie
  • *
  • Posts: 7
Error sending the read notice
« on: March 23, 2024, 05:58:17 AM »
Hello everyone,

When I send a message from outlook with the acknowledgement request and the reading notice. On roundube I receive the message but the reading notice is not sent.

Is there a plugin missing or a configuration problem in Roundcube?

Thanks a lot



Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Error sending the read notice
« Reply #1 on: March 24, 2024, 02:04:07 PM »
There is a config option for how to handle the requests:
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 my contacts, otherwise ask the user
// 4 = send automatically if sender is in my contacts, otherwise ignore
// 5 = send automatically if sender is a trusted sender, otherwise ask the user
// 6 = send automatically if sender is a trusted sender, otherwise ignore
$config['mdn_requests'] = 0;

Offline alain25

  • Newbie
  • *
  • Posts: 7
Re: Error sending the read notice
« Reply #2 on: March 25, 2024, 05:06:13 AM »
Hello,

Thank you for your reply, but when I receive an email with a reading notice, the notice is not sent.
So the recipient doesn't know if I've read the email correctly.

Does he need to configure anything?

Thanks a lot

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,856
Re: Error sending the read notice
« Reply #3 on: March 29, 2024, 10:48:53 AM »
The setting SKaero refered to is on your side. But if you are an end user rather than the person responsible for your installation of Roundcube then you can also see the settings by going to Settings > Preferences > Displaying Messages > On request for return receipt.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦