HTML image not showing in Gmail

后端 未结 12 1157
难免孤独
难免孤独 2020-11-27 17:42

I\'m sending an e-mail newsletter in HTML. Inside the HTML I have something like

12条回答
  •  旧巷少年郎
    2020-11-27 17:52

    HTTP or HTTPS should be full address

    background-image: url(http://fulladdress.com/ca/1/product_assets/T/C/X/M/K/NMTCXMK_mu.jpg)

    var mailOptions = {
      from: 'fulladdress@gmail.com',
      to: emails,
      subject: 'i super another ma node mailer cool test',
      text: 'That was easy!',
      html: '
    ascfas
    ' };

提交回复
热议问题