UNPKG

malta

Version:

Lightning builder allows to compose on the fly and update packed and full coded huge files, edit its parts as files, splitted and glued as You need.

15 lines 677 B
{ "smtp" : "smtp.xxxxxxxx.com", "account" : "xxxxxxxxxxxxxxxxx@gmail.com", "pwd": "xxxxxxxxxxxxxx", "from" : "'xxxxxxx yyyyyyy 👥'' <xxxxxxxxxxx@gmail.com>", "subject" : "%fname% compiled", "content" : { "txt" : "The new content is :\n\n\n%content%", "html" : "<b>The new content is:</b><br/><br/><br/><textarea style=\"width:100%;height:500px;background-color:#444;color:#0f0;font-size:2em\">%content%</textarea>" }, "oldContent" : { "txt" : "The old content was :\n\n\n%oldContent%", "html" : "<b>The old content was:</b><br/><br/><br/><textarea style=\"width:100%;height:500px;background-color:#444;color:#ff0;font-size:2em\">%oldContent%</textarea>" } }