Hi Cody
Try Fnds' emailMacro
http://devpad.tiddlyspot.com/#eMailMacro
You can put in in a ViewTemplate and use a field for the reciever
mailaddress like this:
<span macro='email to:{{tiddler.fields.email}} permalink:"true"'></
span>
and put an editfield for the mailaddress in the EditTemplate like
this:
<div class='small'>Email:</div>
<div class='editor' macro='select email rows:1 width:100% allowBlank
allowOther +EmailList allowEdit'></div>
You might need to install
http://www.tiddlytools.com/#ListboxPlugin to
be able to use the <<select>> macro
Regards Måns Mårtensson