Posted by Island Usurper on April 20, 2009 at 1:37pm
Jump to:
| Project: | Ubercart |
| Version: | 6.x-2.0-rc1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Island Usurper |
| Status: | closed (fixed) |
Issue Summary
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.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| invoice_email_from.patch | 725 bytes | Ignored: Check issue status. | None | None |
Comments
#1
Thanks, this fixed it.
#2
Cool. 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.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.