Re: Sending mail through Filemaker with applescipt to Eudora
Re: Sending mail through Filemaker with applescipt to Eudora
- Subject: Re: Sending mail through Filemaker with applescipt to Eudora
- From: Jed Verity <email@hidden>
- Date: Mon, 30 Oct 2000 14:23:23 -0800
Hi Rob,
Are you using field "" to set the body in Eudora? In other words:
tell app "Eudora Pro"
...
set {field "to" of newMsg, field "subject" of newMsg, field "" of newMsg} to
{"email@hidden","this is the subject","this is the body"}
...
end
HTH,
Jed
On the threshold of genius, Rob Short wrote:
>
Hi,
>
>
Yes, I have seen the native "send mail" command within Filemaker. I have used
>
this "send mail" command, but don't I have to have the name Eudora gives to
>
the email body in order to set the email body to a Filemaker
>
field(thus the need for my dictionaries to work!!).
>
>
I have used the set command with the "To", "cc" and "Subject" through Apple
>
script and it works beautifully. However, for reasons which I am not clear
>
on, set field body in Eudora does not work.
>
>
Basically, I have assigned variables to each Filemaker field and then told the
>
Eudora fields to set to those variables.
>
>
Thanks for the tip on mondomail. I will check it out.
>
>
Regards,
>
>
Rob Short
~)~)~)~)~)~)~)~)~)~)~)~)~)
Jed Verity