rpremraj / mailR

A utility to send emails from the R programming environment
http://rpremraj.github.io/mailR/
190 stars 57 forks source link

lift the attribute order limitation for inlined images #86

Open vladrich opened 5 years ago

vladrich commented 5 years ago

Do not assume that src is the first attribute in <img for ImageHtmlEmail.

Currently, if the first attribute is, e.g., alt="xxx", it is not possible to send the email as the code will try to resolve xxx as a file (and fail).