Evenin' all,
Just enabled SMS for OmniFocus by using the MailMe display option (by emailing to the SMS address for AT&T). Works flawlessly.
However, how can I change the text that gets sent via the email? By just sending "Test reminder" I get a bunch of text about Growl after it, that causes me to get charged for two messages being sent, because it's so long. How can I take off the '--This message was automatically generated...' that gets tacked on?
Thanks for a great app!
-Marc
Changing MailMe text (Getting charged for two msgs!)
-
lightstorm
- Harmless
- Posts: 8
- Joined: Sat Dec 15, 2007 5:09 pm
Re: Changing MailMe text (Getting charged for two msgs!)
You could download the source, remove the text, and compile it manually.
Get the latest xcode from connect.apple.com. Once you have that, grab the code, open the Growl xcode project, and do a search for the offending text. Chop it off, and save the file.
Then open a command prompt, go into Growl/Release and type "make". Wait for a bit, go get some coffee. When finished, there will be a Growl dmg in the Growl/Release/build directory. That will give you your very own compiled Growl.
Get the latest xcode from connect.apple.com. Once you have that, grab the code, open the Growl xcode project, and do a search for the offending text. Chop it off, and save the file.
Then open a command prompt, go into Growl/Release and type "make". Wait for a bit, go get some coffee. When finished, there will be a Growl dmg in the Growl/Release/build directory. That will give you your very own compiled Growl.
-
lightstorm
- Harmless
- Posts: 8
- Joined: Sat Dec 15, 2007 5:09 pm
Re: Changing MailMe text (Getting charged for two msgs!)
Sweet! Thanks Tick.
Re: Changing MailMe text (Getting charged for two msgs!)
Is there a way to have different email messages for different apps?