Closed (fixed)
Project:
SMTP Authentication Support
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jun 2011 at 12:22 UTC
Updated:
9 Oct 2012 at 15:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
fabianx commentedCould you please provide a patch instead?
Comment #2
ParisLiakos commentedNo,don't clear the mail_system variable and then set it:/
this is a more elegant way:
Then,domidc you could manipulate this variable as you wish without smtp or any other module interfering.
Also smtp wont screw other modules settings this way
Comment #3
ParisLiakos commentedAnd this is a bug.
Comment #4
longwaveThis bug breaks any other contrib module that provides their own MailSystem and that was installed before SMTP. This affects at least Ubercart: #1364612: Ubercart don't work with smtp module?
Comment #5
ParisLiakos commentedNewsletter too.
the workaround till now is enabling smtp before installing any other module:/
Comment #6
tr commentedFor a verbose explanation of why the SMTP module is doing the wrong thing, see http://drupal.org/node/900794#comment-4160574
Comment #7
pobster commentedYeah thanks for this nice gotcha... How about you commit this fix and roll another release?
Pobster
Comment #8
ParisLiakos commentedi guess we can rtbc it then^^
and then wait for maintainers to commit
Comment #9
wundo commentedCould you please reroll it?
Comment #10
ParisLiakos commentedsure...seems pretty much identical to me though?
doesnt #2 apply anymore?
Comment #11
wundo commentedHmm never mind, it applied now.
I guess my HEAD was dirty, sorry about that.
Commited! :)