We've encountered an issue exporting this macro. Please try exporting this page again later.
Button handy | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
sendEmail() supports HTML. Great, but how does one construct the HTML so that it works? FindĀ out by reading below!
...
Joining strings together is no different when using HTML. However, it may be a bit more complicated because we now much be careful with HTML syntax. I find it useful to print out what the string will actually look like once the string variables have been processed. For that, use the runnerLog() routine function when testing scripts in the SIL Manager. If it turns out there is too much text to read in the console, consider using printInFile() or logPrint().
...