Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@jerbob92
Copy link

@jerbob92 jerbob92 commented Jan 18, 2017

I was creating a daily digest newsletter for a intranet, in this newsletter we also add avatars of users, these avatars are added with CID's.

I noticed that Mailhog does not support reusing re-using of CID's, it only replaces the first instance. This is because of a bug in the javascript, it uses the JS String.replace() method which only replaces the first instance by default. I replaced it by a version that uses String.split() and String.join().

I also removed the TODO as it seems to be implemented already.

…emove todo because it was implemented already
@ian-kent
Copy link
Member

Merged #24, but thanks @jerbob92

@ian-kent ian-kent closed this Apr 16, 2017
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

Successfully merging this pull request may close these issues.

2 participants