Order Updates via email inconsistent "from" addresses

Project: 
Ubercart
Category: 
bug report
Priority: 
critical
Status: 
active

When invoices are originally mailed out the "From: " adreess is correct with admin@ironpickets.com.

However, updates use the test email account that I used when I created the site more than 2 months ago.

Looks like the UI allows for edits for "uc_store_email", but the uc_order uses "uc_store_email_from".

Am I missing something. Should I modify the admin/config/store config or shold I modify uc_order to only use the uc_store_email.

I am hoping to go live by end of Sunday (28 hours away).

Any advice would be greatly appreciated.

Thanks,
David

Re: Order Updates via email inconsistent "from" addresses

David, in the current code I'm showing that order update e-mails and checkout notification e-mails are both using the function uc_store_email_from() which should construct the from address based on the store e-mail set in your store settings. Could be you're on an older version of Ubercart before this function got added in?