Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Filter by
Sorted by
Tagged with
0 votes
0 answers
15 views

CSS is not being applied correctly in Outlook Classic on macOS

I am experiencing an issue where the CSS of my email template is breaking on MAC devices that use Outlook Classic. I have tried adding some validations such as the following: <!--[if mso]> ...
João Emboaba's user avatar
0 votes
0 answers
15 views

What cause this Airflow EmailOperator Error?

I am using Airflow 3.x for a personal task and faced this error Failure caused by [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1010) source=task.stdout What I want to do is send an email ...
graybud's user avatar
Advice
1 vote
0 replies
31 views

Sending pdf from mail.google.com via mail-sending service

I have a question. I need to create a new email at mail.google.com, enter the recipient name, upload a PDF, and send it. The recipient should receive the converted PDF. To do this, the email must pass ...
muraya's user avatar
  • 67
1 vote
0 answers
16 views

Attaching an email as an attachement to another email in PHPMailer

I am trying to attach an email directly to another another email. Here is the source $mailer = new PHPMailer(); $message = '<p>Some message body text<>'; $mailer-&...
Deckard's user avatar
  • 2,470
0 votes
0 answers
30 views

ms-graph keeps only html body when creating drafts

I use ms-graph for sending emails and it works fine when I pass it a full html body that start with the <!DOCTYPE html> element. However, the same html is stripped down to its <body> ...
t3chb0t's user avatar
  • 19.3k
-8 votes
0 answers
51 views

I have email template reaches in spam in gmail [closed]

hi i have created a email template using html and css and i tested to sent to my email , i am getting the template in yahoo without any issue, but in gmail it reaches to spam this is the issue when i ...
Kratos's user avatar
  • 1
0 votes
0 answers
64 views

Send an email from a VB.NET application using outlook features

This is my code Imports Outlook = Microsoft.Office.Interop.Outlook Private Sub SenEmail_Click(sender As Object, e As EventArgs) Handles SenEmail.Click Dim olApp As Outlook.Application = New ...
Juan Carmona's user avatar
0 votes
1 answer
75 views

Getting message Id from MS Graph API sendMail()

Previously, I was successfully sending emails with this code. SendMailPostRequestBody postRequest = new SendMailPostRequestBody(); postRequest.setMessage(message); postRequest.setSaveToSentItems( this....
Stewart's user avatar
  • 18.8k
2 votes
1 answer
93 views

html part of message is ignored when sending an e-mail with attachment using mail() in cron job

I'am sending an e-mail via cron job. The attachment works and is added to the e-mail message. However the html part that is referenced with $body2 does not come through. The code looks like follows: $...
timholz's user avatar
  • 520
0 votes
0 answers
91 views

Email with attachment > 3 MB remains stuck in Outbox when sent via MFMailComposeViewController on iPadOS 26.0.1

I’m seeing a strange behaviour when sending mail from my app with MFMailComposeViewController. If the attachment is larger than about 3 MB, the message is created but then remains stuck in Outbox on ...
Istvan's user avatar
  • 216
3 votes
2 answers
161 views

VBA in Excel to auto send emails skip over recipients without attachments

So the scenario is to auto send emails however, some of the recipients don't have attachments one day but might the next. I am looking to add to this code (below) so that in my list of names the ones ...
user31611822's user avatar
0 votes
0 answers
59 views

Email CSS - cannot force background to white

I try to force the background to white in an email that is supposed to be displayed in Outlook 365 I tried bgcolor, inline style and css in the header, I just keep getting a gray background like if ...
pf12345678910's user avatar
1 vote
2 answers
116 views

UnicodeEncodeError when sending emails with Python

I want a Windows program that should be able to automatically send emails. I have written the code in Python, tested it locally on Fedora, then built an .exe using PyInstaller in a virtual German ...
fabavore's user avatar
0 votes
1 answer
145 views

Why is there no newline being presented here?

I wrote the following bit of code to read through a passed in email stream (or .eml file while I'm testing). During the test, it's supposed to read through each line of a stream but it seems it's just ...
Paul Williams's user avatar
1 vote
0 answers
63 views

Facing issue with SMTP gmail while sending mail using jakarta email throwing jakarta.mail.MessagingException: Could not convert socket to tls

When sending mail using Jakarta email throwing below exception Using these dependencies jakarta.activation-2.0.1.jar jakarta.mail-2.0.2 jakarta.mail.MessagingException: Could not convert socket to ...
prathi's user avatar
  • 1
1 vote
1 answer
98 views

Redirect link from Gmail not opening my app, but works fine from Slack

I have an analytics tracking endpoint on my server that wraps links in emails. The flow looks like this: In the email, the link is formatted as: https://myserver.com/track?redirect=https://myapp.com/...
aditya rawat's user avatar
0 votes
0 answers
78 views

Laravel blade mail data not rendered

I have a mail view named passwordReset.blade.php like this <!DOCTYPE html> <html> <head> <title>Wachtwoord Reset</title> <style> body { ...
Jimbo's user avatar
  • 19
-3 votes
1 answer
134 views

MailerSend failing to send email

I am trying to send an email using MailerSend. I am basing this off a README file in their GitHub repository. I have installed the library using. pip install mailersend Here's my script: from ...
siv.ncapayi's user avatar
0 votes
1 answer
55 views

How to resolve runtime assembly binding issue

I have some class libraries and to service projects that I am hosting as a service. This is an old .net framework service and library. The framework is 4.7.2 and I am utilizing Azure.Communication....
RandomUser's user avatar
  • 1,853
-4 votes
1 answer
92 views

File Name Contains %20

The following code is still populating the file names in the Email this code is generating to contain %20 for spaces how can i fix this? I have looked at other forums that didnt help this particular ...
Megan Faga's user avatar
0 votes
2 answers
63 views

How to exclude specific Outlook messages from tracking using Microsoft Graph API without breaking the thread?

I’m building a multi-provider email client that tracks sent/replied/forwarded messages. For Gmail, I can easily exclude specific messages from my tracking mechanism by adding a custom header (e.g., X-...
ALOK PATEL's user avatar
0 votes
0 answers
42 views

Email Encoding Issue [duplicate]

I send SMTP mail using PHP but there is an issue with the encoding. $headers = "Content-type: text/html; charset=UTF-8\n"; Email message sent: Where there's a dream Email message received: ...
Jimmy Jhon's user avatar
0 votes
1 answer
92 views

CodeIgniter email function does not work on Prohoster SMTP

My website was developed in PHP using the CodeIgniter framework. On the development server, everything worked perfectly, but after migrating the site to Prohoster, the email sending feature stopped ...
Amell12's user avatar
0 votes
0 answers
65 views

Hyperlink formula not working if the range goes beyond 10 cells

=HYPERLINK("mailto:" & TEXTJOIN(",", TRUE, M1:M32), "Email All") this formula is not working unless I make the range to "M1:M10" Why? Im trying to combine ...
Pablo Lopez's user avatar
0 votes
0 answers
101 views

How can I style a CSS button for Outlook Classic without it looking like highlighted text?

I'm trying to style a button (or a link that looks like a button) for Outlook Classic. Every time I try, the text just gets highlighted and the button looks terrible. It works fine in Outlook New and ...
devvrie's user avatar
0 votes
0 answers
72 views

Html email keeps breaking tables by adding nonexistent <br> <tr> tags

So i've been trying to automate emails sent via autocrat on google sheets, the problem is, the tables of my html email keeps breaking no matter what i do. it seems to be creating random TR'S and br ...
Thiago Lobato's user avatar
0 votes
1 answer
84 views

Attachment generated from newly saved file is corrupt

The code snippet below is part of an Excel VBA Version 2507 (Build 19029.20208) procedure to create a PDF file from a worksheet range and create an email with the PDF as an attachment. The procedure ...
jmcsa3's user avatar
  • 1
3 votes
1 answer
125 views

Why does Gmail API override the Date header even with internalDateSource: 'dateHeader' and deleted: true in users.messages.insert?

I am working on a Python tool to migrate emails into Gmail while preserving the original Date header. My goal is simply to build a cli tool that allows to copy email from gmail account a to gmail ...
Pitto's user avatar
  • 8,699
0 votes
0 answers
66 views

hMailServer treats local domain as internal mail instead of using configured route

I'm using hMailServer with DKIM signing for example.com (not the actual domain). We need to send emails from our website TO addresses at our own domain (like order confirmations to [email protected]),...
marlar's user avatar
  • 4,173
2 votes
0 answers
62 views

How can I show a picture (.png) in an email created in ms-access vba? [duplicate]

I am using the following code in Access. I have created logo.png to be placed at the end of the code. The file does exist in the Signatures folder. The issue I am having is that 2 days ago the code ...
Les's user avatar
  • 25
1 vote
0 answers
76 views

MJML inconsistent section width in Outlook on Windows

I'm developing an email template with MJML and I'm trying to resolve some inconsistencies in Outlook desktop on Windows. My understanding is that MJML generates conditional wrapper tables with a fixed ...
Jos's user avatar
  • 11
-1 votes
1 answer
213 views

How to add profile picture (not sending an image or file) to emails in PHPMailer

I am trying to send an email with a profile picture using PHPMailer ! Specifically I mean adding a profile picture to the email (not sending an image or file). Is it possible to add this feature to ...
masoudiofficial's user avatar
1 vote
1 answer
115 views

How to send an attachment through email from R [closed]

I am trying to set my email to be able to send automated emails from R when an R script runs and generates a log file that I want to send as an attachment to a group of people. However, I am getting ...
Salvador's user avatar
  • 1,973
0 votes
1 answer
120 views

Unable to send mail from Godaddy registered email server using Python

We have a Godaddy account where we have registered our domain and configured an email address for sending and receiving mails. We are trying those credentials to send mail programatically using Python....
NedStarkOfWinterfell's user avatar
0 votes
2 answers
154 views

Laravel 12.x, subdomain and Mail::send() error

I'm developing an application where the admin section is accessible via a subdomain like admin.mysite.test. Everything works fine except sending emails with login credentials for users manually added ...
sihciv's user avatar
  • 73
0 votes
1 answer
39 views

Intelligent Mail Barcode Parsing Incorrectly in Blazor

I have a Blazor project to produce USPS Intelligent Mail Barcodes. I am using the NeoDynamic.Blazor.BarcodeProfessional component to generate the barcode from the required parameters. The component is ...
user26119845's user avatar
0 votes
0 answers
65 views

Follow-up email using Gmail API appears as a new conversation even with threadId and In-Reply-To headers

I'm using the Gmail API in Node.js to send automated follow-up emails that should appear as part of an existing conversation thread. Here's what I'm doing: I retrieve the original thread using gmail....
Allyandaru's user avatar
1 vote
2 answers
124 views

Django email verification - unable to create new user using previously un-verified email address

I have email verification set up for when a new user account is created on my Django project, and until they verify their email the is_active flag on their account is set to False; once they verify ...
madjetmax's user avatar
-1 votes
1 answer
133 views

DKIM verification fails for mail with error "body hash did not verify"

Trying to do dkim verification using go lang module .https://github.com/emersion/go-msgauth/blob/master/dkim/verify.go#L212 . But it fails and gives body hash did not verify. When i directly pass a ....
AdityaV17's user avatar
0 votes
0 answers
19 views

Outlook add-in cannot figure out how to debug inside a Office.OnReady()

I've been working on an outlook add-in thats supposed to do some things with attachments when a mail is send, I've tried to use events for this but came to the conclusion that it may just be ...
douwe3998's user avatar
0 votes
0 answers
81 views

Can't Connect to IMAP server using Office365 app password and mail

I wrote this code for a company and they are using Office 365 domain. The code works in gmail. On Office 365 server it says login error. Please note: The credentials are correct. IMAP and 2FA has ...
Tiyasha Ghosh's user avatar
0 votes
1 answer
85 views

Send message with multiple lines in Outlook email

I am trying to send Outlook email using Microsoft Access. In the email, I want three cells of data. Email Pin FirstName I also would like to change the "From" email address from my default ...
Timothy Couch's user avatar
1 vote
0 answers
92 views

I can't send email from .NET application using Google SMTP client, application passwords

I have Google workspace, created for my mail application passwords and used the code as password in my .NET application. This worked for me in test application without Google workspace, from private ...
Majkel's user avatar
  • 63
1 vote
1 answer
103 views

Counting Emails in Subfolder automatically in Excel

I am trying to get a cell in excel to display a total count of emails in a given subfolder from a specific outlook account (which is a shared mailbox). Two questions: How to specify which Outlook ...
Cheryl Sandrow's user avatar
0 votes
0 answers
110 views

How to implement Odoo login authentication using OTP sent via email (instead of password)?

I'm trying to implement a custom login mechanism in Odoo where users authenticate using an OTP (One-Time Password) sent to their email, instead of the traditional username/password method. My goal: ...
H 19's user avatar
  • 31
0 votes
0 answers
42 views

Email HTML development - Hiding Interactive Content for Gmail

I have a tap to reveal element in my email for webkit based clients. There is a fallback set up for Outlook and Gmail. However, the Gmail fallback is showing both the fallback and the first tap to ...
me9g's user avatar
  • 1
3 votes
0 answers
78 views

How to send S/MIME email with MIME headers set to smime.p7m but actual attachment filename as timestamped .edi in PHP?

I'm trying to send a secure EDI email to the ABF via SMTP using PHP. The content must be encrypted and signed using S/MIME (PKCS#7). Here's what ABF requires: The MIME headers of the attachment must ...
sarath chandran's user avatar
2 votes
0 answers
65 views

DKIM Body Hashing

I want to verify a E-Mail based on the DKIM Signature. I can't replicate the body hash for the mails. These are Test-mails from me, which are legit. The point of failure in my opinion is the use of ...
user20984154's user avatar
0 votes
0 answers
55 views

Configuration of EmailJS works in localhost but not in production

I am developing a project with Vue.js, so to manage sending email through the contact form instead of the backend, I am using Email.js. I followed steps as below: Add an email services Create an ...
Ana's user avatar
  • 117
0 votes
1 answer
96 views

How to add Slider colour while sending email from sendgrid dynamic template?

I am working on sendgrid dynamic template HTML code. I want that slider to be filled with dynamic value by go lang code. In sendgrid, when i see the colour of the slider then colours are showing as it ...
Lalit deore's user avatar

1
2 3 4 5
1185