| Summary | SMTP authentication and alarm system |
| Queue | Horde Base |
| Type | Enhancement |
| State | Accepted |
| Priority | 2. Medium |
| Owners | |
| Requester | karagian (at) gmail (dot) com |
| Created | 02/14/2011 (826 days ago) |
| Due | |
| Updated | 02/14/2011 (826 days ago) |
| Assigned | |
| Resolved | |
| Attachments | |
| Milestone | |
| Patch | No |
Queue ⇒ Horde Base
State ⇒ New
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Groupware Webmail Edition
Summary ⇒ SMTP authentication and alarm system
Type ⇒ Enhancement
Priority ⇒ 2. Medium
$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?)