[Tickets #12867] Re: send reminder does not send mails

noreply at bugs.horde.org noreply at bugs.horde.org
Sun Oct 12 11:43:46 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-12 11:43) hat geschrieben:

$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.





More information about the bugs mailing list