[Tickets #12867] Re: send reminder does not send mails
noreply at bugs.horde.org
noreply at bugs.horde.org
Sun Oct 12 21:46:50 UTC 2014
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://bugs.horde.org/ticket/12867
------------------------------------------------------------------------------
Ticket | 12867
Updated By | Michael Rubinsky <mrubinsk at horde.org>
Summary | send reminder does not send mails
Queue | Whups
Version | 3.0.0RC3
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Michael Rubinsky <mrubinsk at horde.org> (2014-10-12 21:46) wrote:
> $view->tickets = $utickets;
> $subject = _("Reminder: Your open tickets");
>
> Horde::debug($subject);
> mail('samuel.wolf at wolf-maschinenbau.de','test', 'nachrichttext');
>
> $whups_driver->mail(array('recipients' => array($user => 'owner'),
> 'subject' => $subject,
> 'view' => $view,
> 'template' => $message_file,
> 'from' => $user));
>
> PHP mail work, I receive the test mail.
Your install may, or may not be using PHP's mail() function - it
depends on the transport you have configured.
Anyway, next you should look in Whups_Driver::mail() to see where
things are failing. The mail is sent around line 614 .. $mail->send()
More information about the bugs
mailing list