Summary | eCard fails when using autheticated SMTP mailer |
Queue | Ansel |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | horde (at) albasoft (dot) com |
Created | 03/19/2010 (5603 days ago) |
Due | |
Updated | 03/25/2010 (5597 days ago) |
Assigned | 03/19/2010 (5603 days ago) |
Resolved | 03/25/2010 (5597 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
State ⇒ Resolved
which takes care of checking for SMTP auth
Eh, or we could just use the method that takes care of this for us.
Bug: 8924http://cvs.horde.org/diff.php/ansel/img/ecard.php?rt=horde&r1=1.9.2.2&r2=1.9.2.3&ty=u
[mjr] Fix sending ecards when SMTP auth is set, but no global
username/password
exists in the configuration (
Bug #8924horde (at) albasoft (dot) com).http://cvs.horde.org/diff.php/ansel/docs/CHANGES?rt=horde&r1=1.61.2.31&r2=1.61.2.32&ty=u
http://cvs.horde.org/diff.php/ansel/img/ecard.php?rt=horde&r1=1.9.2.1&r2=1.9.2.2&ty=u
State ⇒ Assigned
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ eCard fails when using autheticated SMTP mailer
Queue ⇒ Ansel
Milestone ⇒
Patch ⇒ Yes
New Attachment: ansel-h3-1.1-eCard.patch
State ⇒ Unconfirmed
$conf['mailer']['params']['auth'] = 'LOGIN';
$conf['mailer']['type'] = 'smtp';
ansel ecard fails on sending because of no available credentials.
Something like the attached patch solves this problem.