Skip to main content

Questions tagged [apple-mail]

The tag has no usage guidance.

apple-mail
-2 votes
0 answers
25 views

Mac mail app not showing unsubscribe button once unsubscribed

I am using an SMTP app server to send bulk emails by following guidelines and providing an unsubscribe feature by setting the List-Unsubscribe-Post and List-Unsubscribe headers. In the emails I ...
VJ ashok's user avatar
0 votes
0 answers
33 views

Adding Mention support in Apple Mail App using Apple's MailKit APIs

Is it possible to use the Apple MailKit API to add mention support to the Apple Mail app? Specifically, I’d like to be able to write “@deepak” and have my extension suggest email addresses starting ...
rishabhc32's user avatar
0 votes
0 answers
33 views

HTML Signature font Rendering Issue: Apple Mail Overrides Font-Family on Gmail Web Client

I'm facing an issue where the font-family styling applied to text elements in an HTML email signature is being overridden when the email is sent from the iPhone's Apple Mail app to a Gmail web client. ...
tomas moral's user avatar
0 votes
0 answers
32 views

Apple Mail on iOS email with a gradient on tr displays incorrectly

I am working on a Laravel app and I am building some emails. I am trying to create table with tr elements which have a gradient background and it works correctly in Gmail and Apple Webmail. However, ...
Petar Vasilev's user avatar
2 votes
1 answer
351 views

Email clients are putting single space characters in HTML emails

I am sending HTML emails using the PHP mail function and have found that email clients are inserting single space characters at regular intervals. This is inconvenient when part of the email is a url....
Charles Looker's user avatar
1 vote
1 answer
367 views

How to ensure the html email signature looks good on different email programmes?

I have an issue with an email signature I created in HTML with inline styling. When I paste the ready signature into Outlook the signature looks completely wrong (image is bigger than it should be, ...
2pacan's user avatar
  • 11
0 votes
1 answer
727 views

Issues with the CSS in this email for Apple mail IOS 16

I've been working on this mailer for a few months now - I'm not a coder but was able to use some pre designed templates and add in the additional requirements for outlook, gmail and Apple mail. ...
Haleyrae's user avatar
0 votes
1 answer
244 views

NodeMailer plus Apple Mail -- how to create a Draft email

Trying to use NodeMailer to create a Draft email in Apple Mail. The following approaches have not yet been successful: Using NodeMailer's mail option saveToDrafts: true Saving an email as a .eml file ...
WhatsYourFunction's user avatar
0 votes
1 answer
127 views

Does imaplib works to download a pdf inside a mail from AppleMail?

I am trying to download the pdf from a mail received on an Apple account [email protected]. I have already managed to do it from a gmail account with no trouble but the result from imaplib.fetch seems to be ...
DagnyRoarke's user avatar
1 vote
1 answer
2k views

How do I match the background color of my HTML email to the background color of the email client?

I'm working on creating an html email template. I'm new to developing HTML specifically for email, and I know it can be quite finicky. I want the background of the email to match the background of the ...
Sam Sabin's user avatar
  • 742
0 votes
1 answer
194 views

Deleting with IMAP4.uid Apple Mail: UID command error

I'm trying to revive a python 2 code that I found on github to clean out my icloud mails. My code logs in, selects INBOX and fetches status, IDs and UIDs successfully using imaplib.IMAP4_ssl as ...
user2822564's user avatar
0 votes
0 answers
167 views

Mass mail using AppleScript + CSV...But all emails have increased quote level on iOS

I'm trying to send personalized, individual emails to a list of people on a CSV file using an AppleScript + Apple Mail. Everything's working great, except that the sent messages are displaying with ...
Tyler's user avatar
  • 1
0 votes
1 answer
992 views

How to prefill formatted html when opening email client?

First I create the formatted html: onClick={(_) => { const content = `Nézd mit találtam ..<div></div`; then assign content window.location.href = `mailto:[email protected]?subject=...
János's user avatar
  • 34.5k
0 votes
0 answers
142 views

replyto email is sometimes ignored by Apple Mail

My client uses Apple Mail on his iPhone (iPhone 8, iOS 13.3) to respond to incoming website emails where we have a PHPMailer contact form. About half the time when he replies, the "replyto" ...
chillywilly's user avatar
0 votes
1 answer
776 views

Apple Mail Client - Breaks HTML <a href> tag

I am using VBA to loop through a range, populate a email body & dynamic link, then send to the rows email. Set OutApp = CreateObject("Outlook.Application") Set OutMail = OutApp....
urdearboy's user avatar
  • 14.5k

15 30 50 per page
1
2 3 4 5
10