if (FALSE) {
sendmail(
from="from@example.org",
to="to1@example.org",
subject="inline HTML",
msg=mime_part_html("HelloWorld"),
control=list(smtpServer="ASPMX.L.GOOGLE.COM")
)
sendmail(
from="from@example.org",
to="to1@example.org",
subject="inline HTML",
msg=mime_part_html("out/report.html"),
control=list(smtpServer="ASPMX.L.GOOGLE.COM")
)
}
Run the code above in your browser using DataLab