Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. var mailOptions = {
  2. ...
  3. html: 'Embedded image: <img src="cid:unique@kreata.ee"/>',
  4. attachments: [{
  5. filename: 'image.png',
  6. path: '/path/to/file',
  7. cid: 'unique@kreata.ee' //same cid value as in the html img src
  8. }]
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement