If a merchant does not want the email set within shopify_store_data_orm to be the sender email for customer notifications, this can be updated two ways:
1. Update the email within Shopify Admin
First, ensure shop’s webhooks are enabled
Under Settings > Store Details > Profile the email under Store email is what’s used when populating customer_email. Updating this email should update the database value.
2. Update the email within the Database / Override
In some cases a merchant does not want to update the email within Shopify admin as that email may be used for important updates from Shopify and/or tied into additional third-party services. If this is the case we can still update the database entry on our side as to not disturb what’s in Shopify Admin.
Access your DB client of choice and navigate to shopify_store_data_orm. Locate the merchant you’re looking for and change customer_email to the desired email. Emails should now be sent from this updated value 💌