Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
32 views

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
0 votes
0 answers
54 views

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 ...
Amit Sharma's user avatar
  • 1,088
0 votes
0 answers
36 views

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]. ...
Carmad94's user avatar
0 votes
1 answer
56 views

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 ...
nerdess's user avatar
  • 11k
0 votes
0 answers
92 views

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 ...
Todd Hill's user avatar
1 vote
1 answer
87 views

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 ...
Sanochain Ruj's user avatar
0 votes
0 answers
53 views

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 ...
Josue Guevara's user avatar
-1 votes
1 answer
108 views

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 ...
robocopgodzilla's user avatar
0 votes
1 answer
61 views

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 ...
Dan's user avatar
  • 13
0 votes
1 answer
97 views

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 ....
BradB's user avatar
  • 13
0 votes
1 answer
69 views

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: (...
rodelsalapantan-setup's user avatar
-2 votes
1 answer
157 views

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 ...
Nrupesh's user avatar
  • 59
0 votes
0 answers
44 views

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 ...
ericire's user avatar
  • 427
0 votes
1 answer
52 views

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 ...
Daniel_Calderon's user avatar
0 votes
1 answer
51 views

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 ...
Super Sanglap's user avatar
0 votes
0 answers
78 views

⨯ Error: Cannot find module '/Users/user/Desktop/contratos/credentials.json' when calling this function from the docs: async function authorize() { let client = await ...
user29972736's user avatar
0 votes
1 answer
45 views

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 ...
lamiomni's user avatar
2 votes
1 answer
51 views

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....
Ahmed Zaidan's user avatar
1 vote
1 answer
147 views

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 ...
npfist's user avatar
  • 125
0 votes
0 answers
263 views

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 ...
Daveh0's user avatar
  • 1,022
0 votes
1 answer
35 views

Have following route in apache camel: ... ... .pollEnrich() .simple(""" imap://${exchangeProperty.imapEndpoint} ?delay=0 &initialDelay=0 &...
Kiril Nugmanov's user avatar
1 vote
1 answer
88 views

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 ...
A R W's user avatar
  • 11
1 vote
0 answers
73 views

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 ...
Ahmed Mahmud's user avatar
0 votes
0 answers
31 views

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&...
Naman Jain's user avatar
1 vote
0 answers
41 views

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 ...
Phil C.'s user avatar
  • 31

1
2 3 4 5
215