6.0.0-beta1
7/21/25

[#8924] eCard fails when using autheticated SMTP mailer
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

History
03/25/2010 12:17:35 AM Michael Rubinsky Comment #4
State ⇒ Resolved
Reply to this comment
Fixed by using Horde::getMailerConfig() to get the configuration - 
which takes care of checking for SMTP auth
03/25/2010 12:16:43 AM CVS Commit Comment #3 Reply to this comment
Changes have been made in CVS for this ticket:

Eh, or we could just use the method that takes care of this for us.
Bug: 8924
http://cvs.horde.org/diff.php/ansel/img/ecard.php?rt=horde&r1=1.9.2.2&r2=1.9.2.3&ty=u
03/24/2010 11:54:53 PM CVS Commit Comment #2 Reply to this comment
Changes have been made in CVS for this ticket:

[mjr] Fix sending ecards when SMTP auth is set, but no global 
username/password
exists in the configuration (Bug #8924 horde (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
03/19/2010 05:11:04 PM Jan Schneider Assigned to Michael Rubinsky
State ⇒ Assigned
 
03/19/2010 02:14:13 PM horde (at) albasoft (dot) com Comment #1
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 Download
State ⇒ Unconfirmed
Reply to this comment
When using authentication on Horde mailer,

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

Saved Queries