topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 23, 2024, 6:35 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - satch [ switch to compact view ]

Pages: [1]
1
FARR Plugins and Aliases / Alias: Send email to Remember The Milk
« on: April 25, 2010, 08:34 PM »
FarkMilk is without doubt one of most impresive plugins, however I use to conmute so I'm unable to use it offline. I could also send tweets but the offline problem remains. I decided to give aliases a try to customize based upon Core-Internet email functions. I've been able to send some emails but I can't put a body in my messages. I paste my aliases file below:

<?xml version="1.0" ?>
<!-- This file defines aliases for use by the Find and Run Robot program (https://www.donation...r/findrun/index.html). -->
<FarrAliasFile>
    <FileFormatVersion>1</FileFormatVersion>
    <AliasSetDescription>Email to Remember The Milk.</AliasSetDescription>
    <DefaultUserVars>[eRTMPlugin]\n // Email account associated to your Remember The Milk account -- change to your values\n email=YOUR_RTMEMAIL_ACCOUNT\n \n</DefaultUserVars>
 <AliasEntry>
        <AliasText>ertms</AliasText>
        <Score>1000</Score>
        <Regex>^ertms (.*)</Regex>
        <Results>
            <Result>ertms subject=$$1 | mailto:%uservar.eRTMPlugin.email%?subject=$$1%26body=L:p-someday /ICON=icons\farrmilk.ico</Result>
        </Results>
    </AliasEntry>
</FarrAliasFile>

I have a list called p-Someday for personal someday/maybe. I'd like to paste basic template into my email so I can fill it without having to remeber every field (Format for template: http://www.remembert...nding/emailinbox.rtm) I've been struck adding a body to my emails. I've tried using &body or %26body (URL safe enconding) but nontheless it always appears appended to my email subject.

Is there anyway to achieve this? Is this a known problem?  I've not been able to find relevant information in forums. It's my first try so I'm kind of newbie.

Thanks in advance

Pages: [1]