Questions tagged [macos-mail-app]

16 questions
3
votes
0 answers

Mojave Html Mail Dark Mode: Prevent certain elements from being altered

Mail in Mac OS Mojave alters the colors of html emails, (it appears in cases when no images are present 1 and dark mode is enabled) This is all fine, except when an email also contains a logo as svg image. Mail now takes the svg image and "inverts"…
st-h
  • 2,444
  • 6
  • 37
  • 60
2
votes
2 answers

GoogleScript - Change "From" in MailApp

I do not have access to our corporate No-reply Email address to use GmailApp.sendEmail as an alias, so I'm stuck with MailApp.sendEmail I already have the reply-to corrected; but I am trying to get the actual FROM on the email to show something…
2
votes
0 answers

Problem Centering Image in MailApp on iOS when Sending an Email

I'm sending an html formatted responsive email to my clients after they sign up from my .net MVC app. My problem is that the picture which in this case is my logo doesn't get centered no matter what css or bootstrap class I apply to it. It looks…
steven85791
  • 129
  • 1
  • 8
2
votes
2 answers

iOS email client testing

I made an email HTML template. It is developed using some tables with 2 columns. If I watch this email with some clients in different devices everithing looks good. But if I watch the email with an iPhone (of my friend) my template become 1 column,…
fmineo
  • 804
  • 3
  • 11
  • 28
1
vote
2 answers

iOS/macOS Mail in dark mode inverts SVG mask colors, causing masking behavior to change

I have an SVG image that uses masking to cut out a hole in another shape. I've simplified the complex shapes involved down to this representative example:
skelley
  • 475
  • 5
  • 15
1
vote
1 answer

BigSur open command does not handle message:// URLs anymore, workarounds?

In macOS you can obtain (explained here how) the URL to a specific email. So that if you click to the that URL, or you paste it into a browser search bar, that specific email will open in Mail.app. Such a URL looks like this…
Nisba
  • 3,210
  • 2
  • 27
  • 46
1
vote
1 answer

Sudden Script Error with Email Google Sheet to PDF

I have a Google spreadsheet with a script button to email the sheet as a PDF to the emails in B5. This has been working great for almost a year, no code changed, then all of a sudden today the script stopped working and we have an…
Jacob G
  • 11
  • 1
1
vote
0 answers

Simple AppleScript to enable one macOS Mail account, disable another?

I have used a simple AppleScript that toggles between active and inactive macOS Mail accounts that has worked peachy up until macOS 10.15 Catalina. I generally trigger this through the Script Menu to hide one account and enable another, but have…
Cliff
  • 11
  • 1
1
vote
1 answer

Text format in Google scripts Mailapp

I'm using the following script for sending emails from Google Sheets. I would like to accomplish the followings: RTL - email message to be align to the right. msg2 in bold. adding my gmail signature (at the end shows as signature in the…
Moshe Vazan
  • 11
  • 1
  • 3
0
votes
1 answer

Create a default signature in the mail app with AppleScript

I tried to use this code: tell application "Mail" set newSignatureContent to "Content of the new signature" set newSignatureName to "NewSignature" -- Create the signature set newSignature to make new signature with properties…
0
votes
0 answers

Applescript, Mail.app's property "background activity count" is broken?

I have read these four questions with examples for how to use the background activity count Applescript property in Mail.app: Check for New Mail of specific Mailbox/Folder Applescript AppleScript and Mail.app: checking if new messages contain a…
d-b
  • 695
  • 3
  • 14
  • 43
0
votes
1 answer

embed local image into Mac mail signature

I am trying to create Mac mail signature from HTML. I do all parts ok, but if I use local images from file, images show when composing the mail, but the receiver will not get them. Message-Id: <4753944C-A55A-4305-97F1-A6F02620AC8C> Mime-Version:…
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
0
votes
0 answers

Cc and Bcc not working, I'm getting back the error "Invalid email: [L;@34c5bdeb"

I was following this post to create an image from a spreadsheet keeping the same color and format to be sent as an email. Now while I try to send the email as "cc" or "bcc", I get back an error that says "Invalid email: [L;@34c5bdeb (line 34, file…
0
votes
0 answers

How do you reset the HTML cache in macOS Mail?

I'm developing an app that sends HTML mail. I just condensed all of my CSS code into a .css file that is now linked in the mail header:
Dylan
  • 2,315
  • 2
  • 20
  • 33
-1
votes
1 answer

GoogleScript function calling ALL values vs the row that was just changed

The function below calls and sends an email for ALL rows that are marked "Closed"; but I want it to only email the one that gets marked "Closed"; not older, previously closed rows and I don't know how to correct this, please help. function…
JasonG
  • 39
  • 7
1
2