Closed (fixed)
Project:
Ubercart
Version:
6.x-2.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
20 Apr 2009 at 13:37 UTC
Updated:
4 May 2009 at 18:00 UTC
From ntshclr on Ubercart.org:
The from address for the "E-mail customer checkout notification" conditional action is defaulting to the site email instead of the email specified in admin/store/ca/uc_checkout_customer_notification/edit/actions or the store email. This is also happening for the "E-mail admin checkout notification" conditional action.
There was a typo in the drupal_mail() call that caused the $from parameter to be NULL, so it was falling back to the site's default email address, regardless of the setting entered.
| Comment | File | Size | Author |
|---|---|---|---|
| invoice_email_from.patch | 725 bytes | Island Usurper |
Comments
Comment #1
ntshclr commentedThanks, this fixed it.
Comment #2
Island Usurper commentedCool. Usually, I would set the issue to fixed because I've committed it to the repository. Next time, use "reviewed & tested by the community" because it's not really fixed until the change is saved.
Edit: Just to make it clear, the patch did get committed.