Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

From field should pull in Sender Name value. #72

Closed
sergeifilippov opened this issue Jul 14, 2017 · 6 comments
Closed

From field should pull in Sender Name value. #72

sergeifilippov opened this issue Jul 14, 2017 · 6 comments

Comments

@sergeifilippov
Copy link

Hi,

The From header field is currently including only the sender email. This means that on the recipients client will only see the first part of the email address in their From field.

eg. We have the following setting in M2

  • trans_email/ident_general/name: John Smith
  • trans_email/ident_general/email: info@example.com

Current

Currently, the from field will say:

From: info@example.com

email

What it should be

From: John Smith <info@example.com>

If no value is defined in trans_email/ident_general/name, it should be:

From: info@example.com
@srenon
Copy link
Contributor

srenon commented Jul 14, 2017

@sergeifilippov ... I not sure if I understand your issue. This is what an order confirmation email should look like in gmail

image

@sergeifilippov
Copy link
Author

thanks @srenon for the quick reply. 👍🏻

It does if you do a test using the functionality in the module configuration, but if you do it with an actual order it looks like this even if trans_email/ident_general/name is defined.

email

We're on Magento 2.1.5 and magepal/magento2-gmailsmtpapp at 1.4.5

@srenon
Copy link
Contributor

srenon commented Jul 14, 2017

I'm not able to replicate your issue, can you test on a fresh install of Magento or preform a test with the module disabled

@sergeifilippov
Copy link
Author

It was actually a misconfiguration on my end. Sorry guys!

@ctadlock
Copy link

ctadlock commented Oct 19, 2018

@srenon What was the fix? I am having this exact issue.

image

image

image

@ctadlock
Copy link

I think this is a Magento issue: magento/magento2#18472

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants