I have looked into how to do this a bit and never came up with a satisfactory answer for an html tiddlywiki. I your solution is the best I have seen.
There may be some api endpoint in gmail or other email providers that let you POST the email information to their and they will send it using your account, but I am not aware of any specifics. I vaguely remember a service where you could send an http POST request with the information for the email and it would send it, but I think that services like that have mostly gone away because they were used for spam. If This Than That may have something that would help. Even if that works I imagine reliance on that sort of third party service is probably a bad idea. If you can use Node or Bob than you can have tiddlywiki trigger an action on the computer that runs a script to send an email. I think that this gives a relatively good overview of how to make scripts to send email, assuming you are on windows: https://www.howtogeek.com/120011/stupid-geek-tricks-how-to-send-email-from-the-command-line-in-windows-without-extra-software/ On linux and osx you can use the mail command to do the same thing. If you do end up using Bob or node there are npm modules that let you send email using Node, I should add that as a plugin that Bob can use. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/e8e8f494-f5ec-404b-93a0-123367444bef%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

