Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Use sendmail for iCal reminders' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Use sendmail for iCal reminders
Authored by: dbikel on Oct 14, '03 12:52:14PM
Woops. Backslashes didn't go through prooperly in my previous post. Here's what the replacement code for the send_mail_sbr function should be
on send_mail_sbr(subjectLine, messageText, myrecipient)
	do shell script ("echo \"" & messageText & "\" | mail -s \"" & subjectLine & "\" " & myrecipient)
end send_mail_sbr


[ Reply to This | # ]
Use sendmail for iCal reminders
Authored by: dbikel on Oct 16, '03 10:19:09AM
test "\""


[ Reply to This | # ]