Email.send - How to set From name?

Is there a way to set from name in Email.send. By default it is set to from email address which increases the chances of emails getting marked SPAM

http://docs.meteor.com/#/full/email_send

Example:
from: 'John Doe <john.doe@local.loc>'

2 Likes

Great thanks! It was not clear from the documentation.