[Tickets #12867] Re: send reminder does not send mails
noreply at bugs.horde.org
noreply at bugs.horde.org
Sat Oct 11 17:04:36 UTC 2014
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: https://bugs.horde.org/ticket/12867
------------------------------------------------------------------------------
Ticket | 12867
Aktualisiert Von | samuel.wolf at wolf-maschinenbau.de
Zusammenfassung | send reminder does not send mails
Warteschlange | Whups
Version | 3.0.0RC3
Typ | Bug
Status | Feedback
Priorität | 1. Low
Milestone |
Patch |
Zuständige |
------------------------------------------------------------------------------
samuel.wolf at wolf-maschinenbau.de (2014-10-11 17:04) hat geschrieben:
> The sending is done in Whups::sendReminders(), in lib/Whups.php
Add debug info in Whups.php:
###########################################################################
$view->tickets = $utickets;
$subject = _("Reminder: Your open tickets");
$whups_driver->mail(array('recipients' => array($user => 'owner'),
'subject' => $subject,
'view' => $view,
'template' => $message_file,
'from' => $user));
Horde::debug($subject);
###########################################################################
horde_debug.txt show then:
###########################################################################
2014-10-11T18:51:45+02:00 DEBUG: Variable information:
string(32) "Erinnerung: Ihre offenen Tickets"
Backtrace:
1. Whups::sendReminders() /var/www/https/horde/whups/admin/index.php:1133
2. Horde::debug() /var/www/https/horde/whups/lib/Whups.php:974
2014-10-11T18:51:45+02:00 DEBUG: Variable information:
string(32) "Erinnerung: Ihre offenen Tickets"
Backtrace:
1. Whups::sendReminders() /var/www/https/horde/whups/admin/index.php:1133
2. Horde::debug() /var/www/https/horde/whups/lib/Whups.php:974
[...]
###########################################################################
I guess that is the output we like to see and the problem is somewhere else.
Is there a way to pass the mail array into horde_debug.txt?
Whats the next step?
Note: Send mail on ticket creation/edit works.
More information about the bugs
mailing list