enrico69 / magento2-customer-activation

This module is designed for Magento 2.x. It add the possibility for the site owner to manually validate customer accounts at registration.
MIT License
33 stars 16 forks source link

From address on Customer Activation Email #18

Open clasteroid opened 6 years ago

clasteroid commented 6 years ago

Another issue I found is that the email sent after the account is activated is sent with the from Nickname of whatever the default store view is. I changed the from nickname by changing from the stores-> all stores -> Name field. It should likely be picking up the stores -> configuration -> general -> store email address fields. I can add screen shots if you need me to. Thanks!

enrico69 commented 6 years ago

Hi

Correct me if I am wrong, but there is no bug here. The email sender is the sales one from the website the customer has registered:

https://github.com/enrico69/magento2-customer-activation/blob/f5296a2b8ea3256b1537eccd8ad5241aa799cca0/Model/ActivationEmail.php#L79

It seems this way to proceed has not bothered anyone before. If it is really an issue for you, you can easily override the model.