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.

CommentFileSizeAuthor
invoice_email_from.patch725 bytesIsland Usurper

Comments

ntshclr’s picture

Status: Needs review » Fixed

Thanks, this fixed it.

Island Usurper’s picture

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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.