8,196 questions with no answers
0
votes
0
answers
17
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]> ...
0
votes
0
answers
17
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 ...
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 ...
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-&...
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> ...
1
vote
0
answers
297
views
MVC 4 Email.Send Error
I am using Postal to send a confirmation email to a new registered user. But it gets caught in when it hits email.send();. Here is my controller code:
public ActionResult Register(RegisterModel model)...
0
votes
0
answers
372
views
Email view not found for 'model' in Postal.MVC
I am using Postal.MVC5 in my ASP MVC5 project. Initially i had my smtp configuration in web.config so this piece of code was working just fine and was able to send email successfully.
public async ...
2
votes
0
answers
1k
views
Why is our server sending multiple copies of one email?
Overview
From our MVC web app we are sending emails. We send 2,000 each time, once per day.
We send the emails one at a time to Postmark to process and deliver.
The connection with Postmark is via ...
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 ...
0
votes
0
answers
553
views
codeigniter sending email with logo not working
I'm using CI version 3 and I'm using the built in email functionality to send an HTML email template.
My code is as following:
public function send_email($sendTo, $fromName, $fromEmail, $data, $...
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 ...
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 ...
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 ...
0
votes
0
answers
118
views
For gmail emails, SMTP email validations is not working properly
I've created an API which will take first name, last name and email and generate all possible combinations of emails and returns the valid emails(Which are exist in this world). It works for innofied....
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 {
...
1
vote
0
answers
34
views
Handling multiple and duplicate emails for Google MailApp
I am trying create a script for Google Sheets that does the following:
1) triggers on a certain date
2) compiles information from columns based on a date criteria
3) sends an email digest of multiple ...
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 ...
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 ...
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 ...
0
votes
0
answers
711
views
Magento email being sent in text format instead of HTML
I am able to test my emails under system>transactional emails.
My email looks correct when I click on the preview button, but when I send it out and receive the email the email comes in as text ...
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]),...
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 ...
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....
0
votes
0
answers
617
views
Using Sendgrid to send verifiction e-mail not working
I really need some help.
So, I'm making a promptbase for school and I made a signup system where you put your email and password and you get an account. Afterwards, it should send an email to the user ...
1
vote
0
answers
1k
views
Unable to Use Get-MessageTrace Command in Exchange Online
I’m having trouble with PowerShell and Microsoft Exchange. I’m trying to interact with Exchange Online via PowerShell to retrieve all emails received within a specified date range and display them on ...
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 ...
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:
...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
0
votes
0
answers
37
views
Blazor Server App sending emails without internet access
I am working on a blazor server app as a database frontend for a company. The app will be running on IIS, connected to SQL Server via Entity Framework and standard login via .NET Identity. The hosting ...
0
votes
0
answers
90
views
react-email-editor default template
What’s happening:
I'm using react-email-editor library and when editor loads (with no design), it shows a default message:
“No content here, drag it from the right”
Question:
Is it possible to change ...
1
vote
0
answers
41
views
Mailgun List-Unsubscribe Header Not Appearing in Gmail
I am encountering an issue where Gmail's 'Unsubscribe' button does not appear at the top of emails I send through Mailgun, despite my diligent inclusion and correct formatting of the List-Unsubscribe ...
0
votes
0
answers
41
views
Mailkit for SMTP office365 results in 535: 5.7.139 "SmtpClientAuthentication is disabled for the Tenant"
As our software has to support office365 I'm trying the mailkit example to connect to our office365 mailboxes.
However, by using OAuth2, it still keeps ending up in a "SmtpClientAuthentication is ...
0
votes
0
answers
50
views
How can I open a Mail Attachment on macOS 15.5 Sequoia?
I am looking for a script to open the (pdf) attachment of a (new) eMail using Mail 16.0.
I tried this AppleScript and hoped it would open the attachment, but nothing happens:
tell application "...
0
votes
0
answers
44
views
Android Outlook/Gmail not allowing Storage permissions
I have created an app that sends an email with an xlsx attachments stored in the phones internal storage - until recently this all worked smoothly. However now on a few of my devices it fails to ...
0
votes
0
answers
121
views
When to use Transport.send() vs. sendMessage()
Jakarta Mail provides two main ways to send email messages:
Transport.send(Message msg)
This static method uses the Session associated with the message, opens a connection to the SMTP server, sends ...
0
votes
0
answers
61
views
How to sign an e-mail with PGP/MIME in Java?
In my Java program, I want to send e-mails signed with an OpenPGP key in PGP/MIME format as defined in RFC 3156. For this, I use PGPainless’ SOP and Angus Mail.
Technically, signing plain text works ...
0
votes
0
answers
20
views
Configuring Off load SES and Amazon SES to send emails
I have my WordPress site hosted on AWS and configured a subdomain to point to it. My domain is registered on another hosting provider. I created an email under my domain to use on my subdomain for ...
0
votes
0
answers
186
views
Script to fetch my email and sort them to folders
I want to create a basic script that can automatically sort all my emails (I use Outlook) into different folders. So let's say I got an email that came from [email protected], the script will ...
2
votes
0
answers
901
views
Flutter Web - Send mail directly from the web app
I Am creating a website with Flutter.
I need to create a page where you can send e-mail to my personal mail
I tried to use SendGrid but Chrome gives me the following CORS policy error
Access to ...
0
votes
0
answers
89
views
Configuring Prometheus Alert manager notifications based on labels?
I want to Configure alerts in Prometheus Alertmanager based on the group label.
I have 12 servers with node-exporter installed. Each server has different project and I want to configure alerts for it ...
0
votes
0
answers
54
views
ASP.NET Core Web API and email verification troubles
Let me give you some context: I know it's a fairly specific question which probably can be answered by googling. Which I've done and followed some guide but I feel like there is something I am doing ...
0
votes
0
answers
51
views
Receiving email with no "To" email address (or CC or BCC)
I am sending an email from mailbox #1 (hosted by Provider A) to mailbox #2 (hosted as MS365 mailbox).
There's no code here - I'm just opening Outlook, composing new message, sending the mail, just ...
0
votes
0
answers
116
views
How to create an email style quote bar in Outlook while keeping existing fonts and colors?
I want to create a Style to add a quote bar to the left side of pasted text while preserving the pasted text's font, font size and color.
Every attempt I've made forces the Style's font, font size and ...
0
votes
0
answers
25
views
How do I create an email that integrates directly with the users Calendar?
We have an event booking system at work which creates an .ical file for the event which is attached to the confirmation email sent to the user after they register.
I'd like to create a confirmation ...
0
votes
0
answers
37
views
Email Embedded file (via "cid:" link) working on android phones but not on iPhone / iPad?
I'm trying to make a backend-service that sends out email with an "Add to Apple Wallet" Button. This works, the email is there with text and a "Add to Apple Wallet" button rendered....