Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Apps and Programs
Automator: E-Mail generation with variable
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Ralfissimo" data-source="post: 1910584" data-attributes="member: 412228"><p>No one here who can help me? :-(((</p><p></p><p>Problem solved: Inserting of calculated date. I placed @date@ into my mail text and with</p><p></p><p>[CODE=applescript]set newText to do shell script "sed 's|" & quoted form of "@date@" & "|" & quoted form of event_date & "|g' <<< " & quoted form of mail_Text[/CODE]</p><p></p><p>I replace it with the calculated date.</p><p></p><p><strong><em><span style="color: rgb(41, 105, 176)">But I need an answer how I can get the text attributes (color, size, etc.) of my rich text into my mail..... The Mail body is reduced to simple text....</span></em></strong></p><p></p><p>Ralf</p></blockquote><p></p>
[QUOTE="Ralfissimo, post: 1910584, member: 412228"] No one here who can help me? :-((( Problem solved: Inserting of calculated date. I placed @date@ into my mail text and with [CODE=applescript]set newText to do shell script "sed 's|" & quoted form of "@date@" & "|" & quoted form of event_date & "|g' <<< " & quoted form of mail_Text[/CODE] I replace it with the calculated date. [B][I][COLOR=rgb(41, 105, 176)]But I need an answer how I can get the text attributes (color, size, etc.) of my rich text into my mail..... The Mail body is reduced to simple text....[/COLOR][/I][/B] Ralf [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
Apple Computing Products:
macOS - Apps and Programs
Automator: E-Mail generation with variable
Top