danmindru / responsive-html-email-signature

✨ Template generator for (responsive) emails & email signatures
https://responsive-html-email-signature-generator.com
MIT License
831 stars 246 forks source link

Issue with "Generating multiple emails from the same config ". #97

Closed tnchuntic closed 3 years ago

tnchuntic commented 3 years ago

Hi there, please provide some info about your enviornment before submiting this issue:

Also I am trying to generate multiple emails signatures using the array config.

[ { "id": "light", "signature": "Cheers,", "name": "Kaaaa Jaaaaa", "pronounce": "(she/her)", "role": "Office Coordinator", "company": "LHA", "welcome": "Hi there,", "introParagraph": "The LHA respectfully acknowledges .... – the land of the ... and passes on respect to their Elders past and present, future and emerging.", "contactPhone": "0000 000 000", "contactMobile": "000 0000 0000", "contactMail": "info@domain.com.au", "contactSecondary": "Address", "logoUrl": "logo url", "logoAlt": "lha", "website": "https://www.domain.comau/" }, { "id": "light", "signature": "Cheers,", "name": "Raaaa Jaaaaa", "pronounce": "(she/her)", "role": "Office Coordinator", "company": "LHA", "welcome": "Hi there,", "introParagraph": "The LHA respectfully acknowledges .... – the land of the ... and passes on respect to their Elders past and present, future and emerging.", "contactPhone": "0000 000 000", "contactMobile": "000 0000 0000", "contactMail": "info@domain.com.au", "contactSecondary": "Address", "logoUrl": "logo url", "logoAlt": "lha", "website": "https://www.domain.comau/" }, { "id": "light", "signature": "Cheers,", "name": "Laaaa Jaaaaa", "pronounce": "(she/her)", "role": "Officer", "company": "LHA", "welcome": "Hi there,", "introParagraph": "The LHA respectfully acknowledges .... – the land of the ... and passes on respect to their Elders past and present, future and emerging.", "contactPhone": "0000 000 000", "contactMobile": "000 0000 0000", "contactMail": "info@domain.com.au", "contactSecondary": "Address", "logoUrl": "logo url", "logoAlt": "lha", "website": "https://www.domain.comau/" } ]

danmindru commented 3 years ago

hi there @tnchuntic,

Might it be because the logoUrl is not valid? Could you try adding that? It could be local "logoUrl": "/assets/light.png", or the url to any image on the web :)

kinglouie commented 3 years ago

the issue is that you use the same id for all three entries.