10,707 questions
0
votes
0
answers
32
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 ...
0
votes
0
answers
54
views
Gmail promotion - product carousel
I am developing Gmail Promotions for marketing purposes and have created several basic email templates designed to display a product carousel in the Promotions tab of Gmail inboxes. Following the ...
0
votes
0
answers
36
views
Modify the signature label in gmail [duplicate]
I am developing a script that will update all the user signatures in our workspace. It works however the signature label is "My Signature" instead of the primary email e.g. [email protected].
...
0
votes
1
answer
56
views
Gmail email client removes container-type
I want to target web-based email clients to make a text+image ad responsive.
Got this in my email header:
.ts-email-wrapper {
container-type: inline-size;
}
And this is the div that wraps the ...
0
votes
0
answers
92
views
How to send email through GMail account using Jakarta Mail 2.0.1, OAuth2, SMTP and TLS 1.2
Adding email notification (send only) capability to my Java desktop app using Jakarta Mail 2.0.1.
In the Google Cloud Console have:
The GMail API enabled.
An OAuth2 client, Client ID and Client ...
1
vote
1
answer
87
views
Django send_mail() / EmailMessage with Gmail SMTP has 4-minute delay for new email recipients
I’m facing a consistent email delivery delay when using Django’s built-in send_mail() or EmailMessage functions with Gmail SMTP.
🔧Setup:
Backend: Django (tested with both send_mail() and ...
0
votes
0
answers
53
views
App Script to Pull 3 months of email ~45K emails. Script only pulling 700 [duplicate]
My apps script is only fetching a few days of emails when I have set a search inquiry of 3 months. How can I update this script to pull all the emails? and also how do I batch this in case the script ...
-1
votes
1
answer
108
views
Gmail API Send As Permissions
I've written some PowerShell that can send messages with an account's default address via the Google API. However, I'm not able to send messages as any of the "send as" addresses—Messenger ...
0
votes
1
answer
61
views
Is there any way to use a string variable instead of an actual string in quotes for labelids in service.users().messages().list?
The users.messages.list method requires a string for the labelIds parameter. Is there any way to provide it a string other than entering 'the string'...I want to include this method as part of a for ...
0
votes
1
answer
97
views
excel vba gmail embeded image not showing
I have a button on a form to send an email to an address in a textbox.
The code works fine and sends the email correctly except for the embedded image.
That does not show up.
I tried the ....
0
votes
1
answer
69
views
Generating ICS: How to create a 2-day event with the same start time but different end times?
I'm trying to create a two-day event where both days start at the same time but end at different times. Here are the event details:
Day 1: (Saturday) February 22, 2025, from 2:30 PM to 6:30 PM
Day 2: (...
-2
votes
1
answer
157
views
Google Apps Script Function to Add a Gmail Attachment to Google Drive
I'm trying to write a Google Apps script which automatically adds my Gmail attachments to Google Drive. What I have been able to accomplish is to create a copy of the Gmail attachments in the Google ...
0
votes
0
answers
44
views
gmail imap Invalid credentials Failure since I changed the password
Since I changed the password for a Gmail account, a code in Java for reading emails that worked fine no longer works with the new password, resulting in the error:
[AUTHENTICATIONFAILED] Invalid ...
0
votes
1
answer
52
views
Image tag not rendering on Gmail but will render on Outlook
Using laravel, I have a method in my controller that is taking the base path of a .png file and base64 encoding it before sending it to my blade template. The image is able to be rendered on outlook ...
0
votes
1
answer
51
views
dynamically finding SMTP Server using Email Address
I am trying to make a Python function to find SMTP host and port of an Email address
import dns.resolver
def get_smtp_host(email):
try:
# Extract the domain from the email address
...
0
votes
0
answers
78
views
getting Module not found error for credentials.json when they are there (web app)
⨯ Error: Cannot find module '/Users/user/Desktop/contratos/credentials.json'
when calling this function from the docs:
async function authorize() {
let client = await ...
0
votes
1
answer
45
views
Is there a way to add a button at the bottom of an email with InboxSDK?
I'd like to add a button around this location:
Gmail buttons shown at the bottom of an email
Does InboxSDK allow that?
I went through the whole documentation but may have miss the point, I have some ...
2
votes
1
answer
51
views
Sort IMAP email uids based on data Golang
I am using this IMAP Golang package to fetch recent emails from my gmail. I would like to only get the 50 most recent messages. My current approach is fetching every single email uid. I am using imap....
1
vote
1
answer
147
views
HTML Email: Padding, text alignment in Gmail for Android before version 13
I work with emails semi-regularly, so I am familiar with a lot of the common issues, such as Outlook in general and some Gmail stuff. However I am having trouble getting some text to align properly in ...
0
votes
0
answers
263
views
issues with fetchmail authentication with Gmail
I have my personal gmail account: [email protected].
Through that account, I also have it configured to check and display mail for my business email: [email protected]
By default, Gmail will only fetch mail ...
0
votes
1
answer
35
views
poolEnrich() allways returning one email on aggregate
Have following route in apache camel:
...
...
.pollEnrich()
.simple("""
imap://${exchangeProperty.imapEndpoint}
?delay=0
&initialDelay=0
&...
1
vote
1
answer
88
views
Save Gmail Attachment to Google Drive by Label, then Change the Label Name
I've looked through several of the similar questions that have been asked, but I just can't get it to work for what I am doing. I need to get attachments from specific labels, move them to a google ...
1
vote
0
answers
73
views
NestJS Nodemailer - Error: ESOCKET - connect (when sending email verification OTP)
I'm encountering an error (ESOCKET - connect) while trying to send an email verification OTP using Nodemailer in my NestJS application. I'm using Gmail's SMTP server for email delivery. Here's a ...
0
votes
0
answers
31
views
Gmail persisting the <span> element with <br> tag inside it when removed the content with backspace
I have an email template with custom components. One of them is a token, which user can remove manually by pressing back button.
This is the HTML for the last token element.
<span id="iiy7k&...
1
vote
0
answers
41
views
Having trouble sending email in R using gmailr and gargle
Hope you are fine. I have tried everything and I have no idea why doesnt work anymore. I used to run a script in r in a virtual machine that alerted me the status of the script. Stopped working around ...