6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
11/27/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#12867] send reminder does not send mails
*
Your Email Address
*
Spam protection
Enter the letters below:
. . __ . .. ..__. | |/ `| |\ /| | |__|\__.|__| \/ |__|
Comment
> we just investigated this a bit further: problem seems to originate > in this if-statement (Driver.php:515) > > if ($details && $details['type'] == 'user') { > $user_prefs = $GLOBALS['injector'] > ->getInstance('Horde_Core_Factory_Prefs') > ->create('whups', array('user' => $details['user'])); > if ($from['type'] == 'user' && > $details['user'] == $from['user'] && > $user_prefs->getValue('email_others_only')) { > continue; > } > } > > if we set email_others_only to 0, reminders are being sent. if we > leave it to (default) 1, reminders are skipped because > $details['user'] == $from['user']. this seems to originate from > Whoups.php:960: > > $whups_driver->mail(array('recipients' => array($user => > 'owner'), > 'subject' => $subject, > 'view' => $view, > 'template' => $message_file, > 'from' => $user)); > > where the same user is set in the recipients list as in the from field. > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers