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

Sender Name not showing #15

Open
ghost opened this issue Jan 18, 2019 · 4 comments
Open

Sender Name not showing #15

ghost opened this issue Jan 18, 2019 · 4 comments

Comments

@ghost
Copy link

ghost commented Jan 18, 2019

When I send emails the sender name is not showing. It shows the "username" from [email protected].

const send = require('gmail-send')({
  user: '[email protected]',
  pass: 'password',
  to: email,
  // from: 'John Doe', no matter what I put here it doesn't do anything.
  subject: emailSubject,
  text:    emailContent,
})
@Apexal
Copy link

Apexal commented Feb 14, 2019

Try John Doe <[email protected]>

@ghost
Copy link
Author

ghost commented Apr 14, 2019

Try John Doe <[email protected]>

that didn't work but John Doe [email protected] worked strangely

@gabimoncha
Copy link

gabimoncha commented Apr 20, 2020

John Doe [email protected] worked for me also, but the profile picture is not showing and it says: "Gmail cannot verify if domain send this email and not a spam author"

John Doe <[email protected]> worked for me

@softremake
Copy link

It cannot work until this patch is accepted: #6

@alykoshin it's really a showstopper... Pls help!

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