Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [email-client]

For questions relating to implementing email clients, or for code extending or interacting with an existing mail client.

email-client
0 votes
0 answers
27 views

Search for all emails sharing common message-id in the references field using IMAP

I want to get all the emails under the same thread using IMAP. I used the following code but It doesn't return any email IDs. search_criteria = f'HEADER REFERENCES "{message_id}"' result, ...
Sayad Ahmed Shaurov's user avatar
0 votes
0 answers
27 views

integrate Outlook or any webmail interface to my application

I have developed a web application for management (ERP) and i want to integrate a mail interface to send and receive emails and files from/to customers via the application How can I integrate Outlook ...
Golden Innovation's user avatar
0 votes
2 answers
166 views

Yahoo email client not applying css to <img> element with embedded CSS

HTML email template i am sending to the Yahoo client does not have CSS applied to the <img> elements: <html lang="en"> <head> <meta charset="UTF-8" /> ...
Mario Petrovic's user avatar
0 votes
1 answer
63 views

Email template not loading on iCloud client with embedded CSS

I am sending the following HTML template with styles, and i am not seeing styles, only the bare HTML. <html lang="en"> <head> <meta charset="UTF-8" /> &...
Mario Petrovic's user avatar
0 votes
0 answers
97 views

How to let users login in and send emails through their account?

I'm trying to build an application that users can log in to and send emails. I'm using FIrebase with ReactJS. For sending out emails, I am currently using email.js. It's been working well, however, I ...
Shaheryar Ajmal's user avatar
0 votes
1 answer
1k views

Gmail not rendering CSS provided in the template

I am sending an email template from my BE mail server. The details of this implementation are not important. When the email arrives at Gmail inbox, the html is showed, but with no CSS. What i tried ...
Mario Petrovic's user avatar
0 votes
0 answers
23 views

How i can force colors in email in iPhone 14

The device automatically reverses the colors in the dark mode I Try set colors in @media (prefers-color-scheme: dark) also I try Inline CSS It is workin is Samsung devices and iPhone 12 but not workin ...
Rabi3 Fegga's user avatar
0 votes
1 answer
834 views

White Lines Issue in Outlook Email Clients - Display Inconsistencies on Zooming and Resizing

Facing white lines issue in certain email clients, such as Outlook, particularly when testing using Litmus on various Outlook and Outlook X-DPI clients. The problem is also observed during local ...
shyam's user avatar
  • 1
2 votes
0 answers
173 views

How can I create a new campaign using a Mailchimp template via Python Mailchimp API?

I built an email template via the Mailchimp drag and drop tool. I'm trying to now create a new email campaign using the template as the new campaign content but it doesn't seem to be working. I ...
Ilan Ponsky's user avatar
1 vote
1 answer
283 views

Outlook desktop client not wrapping text to new lines for Thai emails

I'm building some Thai emails and having trouble to properly break text into multiple lines. While other email clients are doing a great job in breaking text, Outlook is not doing the same and I've ...
Satish's user avatar
  • 11
0 votes
0 answers
59 views

HTML email for Windows Live Mail

How should I modify html for email to looks correctly for Windows Live also? Email Code: <html lang="en"> <head> <meta http-equiv="content-type" content="...
Andrey's user avatar
  • 11
0 votes
1 answer
55 views

HTML, CSS for mailing [closed]

I am working on some newsletters for my company, and we are dealing with some problems with different email clients eg. gmail, online outlook, app outlook, mobile versions for these clients. In each ...
Mike Freestyler's user avatar
2 votes
0 answers
156 views

Authenticate with Office365 Outlook mail server without registering Azure AD App

I'm trying to write a script to access my Outlook university email inbox and I'm struggling with Microsoft's unorganized documentation. Right now I'm using powershell interop to access mailboxes via ...
MrSomeone's user avatar
  • 141
0 votes
1 answer
46 views

How to prevent the user from seeing other subscribers email in Django

I created a django newsletter functionality where users subscribe and I use the emails subscribed to send the newsletter to those emails. Now the problem I want your help is when I send the newsletter ...
snipher marube's user avatar
0 votes
1 answer
521 views

Email gets queued in response of SMTP server; Nodemailer

I want to send transactional emails through my Next js website to users for Newsletter and resetpassword purpose, i am using Nodemailer with SMTP credentials. used Mailgun, Sendinblue, MSG91, ...
Dark Reaper's user avatar

15 30 50 per page
1 2
3
4 5
46