Summary | SMTP authentication and alarm system |
Queue | Horde Base |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | karagian (at) gmail (dot) com |
Created | 02/14/2011 (5256 days ago) |
Due | |
Updated | 07/11/2014 (4013 days ago) |
Assigned | |
Resolved | 07/11/2014 (4013 days ago) |
Milestone | |
Patch | No |
Assigned to Michael Slusarz
State ⇒ Resolved
Version ⇒ Git master
https://github.com/horde/horde/commit/29a5fa6110755485403a7fc057906f7164146a14
Queue ⇒ Horde Base
Priority ⇒ 2. Medium
Type ⇒ Enhancement
Summary ⇒ SMTP authentication and alarm system
Queue ⇒ Horde Groupware Webmail Edition
Milestone ⇒
Patch ⇒ No
State ⇒ New
$conf['mailer'] parameters in horde conf.php. In order to use the
current logged in user's username and password, no username and
password is specified in the conf file.
The problem is that the same settings are used for sending the email
notifications for alerts, but the emails are sent from a cron script,
so at that point no username and password are available, and the
notifications fail with error message "authentication failed".
There should be a way to be able to use the above scenario.. (users
send email using their own username and password and notification are
sent either without authentication, or using a specific username and
password?)