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

Readme - missing coding #15

Open
6gsaifulislam opened this issue Oct 19, 2015 · 2 comments
Open

Readme - missing coding #15

6gsaifulislam opened this issue Oct 19, 2015 · 2 comments

Comments

@6gsaifulislam
Copy link

The setup in readme:

PrettyEmail.options =
from: '[email protected]'
logoUrl: 'http://mycompany.com/logo.png'
companyName: 'myCompany'
companyUrl: 'http://mycompany.com'
companyAddress: '123 Street, ZipCode, City, Country'
companyTelephone: '+1234567890'
companyEmail: '[email protected]'
siteName: 'mycompany'

Would be better with:

PrettyEmail.options ={
from: '[email protected]',
logoUrl: 'http://mycompany.com/logo.png',
companyName: 'myCompany',
companyUrl: 'http://mycompany.com',
companyAddress: '123 Street, ZipCode, City, Country',
companyTelephone: '+1234567890',
companyEmail: '[email protected]',
siteName: 'mycompany'
};

@ivanthemeh
Copy link

This is not working for me in meteor I am getting an ecmascript error. Any help?

@ritchieng
Copy link

In case anyone wants to know, the readme uses CoffeeScript that's why you're facing errors unless you're using a CoffeeScript file extension. Just convert them to JS to get rid of any ecmascript errors.

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