10,707 questions
0
votes
1
answer
50
views
Action Mailer - I don't manage to send an automatic email with Action Mailer, GMail and Rails
I work on Rails and Action Mailer. I created a form. When the visitors filled the form and sends it, it should trigger the sending of the form, record the form's data in my db, send an automatic email ...
1
vote
0
answers
141
views
Failed to start TLS: 421 Local Error, closing transmission channel
Title: Error: Failed to start TLS when sending OTP email using Mailtrap in Go
Description:
I'm working on implementing OTP email verification for user sign-in in my Go application using Mailtrap as ...
0
votes
1
answer
33
views
How to preserve search and save autogenerated Gmail layout class and event code
I am trying to work on a Gmail html layout template. As shown in the snapshot below, the element has a auto generated (I think) class attribute class="MHCHNe lCsUvc aog TbVst aoN"
It is ...
0
votes
1
answer
54
views
Retrieve GMAIL messsages for multiple mailboxes (subjects) in one API call?
I've nailed down getting all the messages for a SINGLE subject ([email protected])
let client = new google.auth.JWT({
email: "SERVICE_ACCOUNT_EMAIL",
key: "SERVICE_ACCOUNT_KEY&...
0
votes
0
answers
17
views
PHP mail Function does not send my mail to my gmail [duplicate]
I have managed to get the mail function to work kind of but even when I send the email it doesn't show up I did everything that these 2 youtube videos https://www.youtube.com/watch?v=4TmD4ly7V_E &...
0
votes
0
answers
42
views
Why can't I send mail with correct informations?
I am currently creating a site that includes a form, here it is:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<...
0
votes
0
answers
60
views
Google Mail How to Receive New Email Notifications
I'm working on a webapp and want it to trigger when my users get a new email in their inbox. The one solution I have right now is to have them set up a forwarding rule to a special email we create for ...
0
votes
0
answers
197
views
Gmail not sending email via Expo-mail-composer when attachments are presents
On a expo app, I'm using expo-mail-composer
When trying to send an email with attachments on emulator via Gmail, it runs smoothly and I receive the email.
when trying to do the same on a actual phone, ...
0
votes
1
answer
231
views
python imaplib - gmail cannot be accessed
I am trying to access and read emails from my gmail account using a python script and imaplib, but whenever I run, I receive this message from the terminal:
imaplib.error: b'[AUTHENTICATIONFAILED] ...
0
votes
1
answer
610
views
sending mail with google apps script doesn't show my correct name as the sender
When I send an email from my gmail account ([email protected]) manually, the sender name seen by the recipient is my first name, as I set it in my gmail settings. But when I send an email with ...
0
votes
1
answer
121
views
All emails on Google Workspace account marked as spam
I have several emails hosted on Google Workspace with a company domain. Somehow every email from this domain is being marked as spam for recipients. This is a small company and is no way engaged in ...
0
votes
0
answers
314
views
Discrepancies in Gmail Postmaster Tools Reporting for SPF, DKIM, and DMARC Despite Positive DMARC Reports
I'm facing a perplexing issue with Gmail's Postmaster Tools regarding the reporting of SPF, DKIM, and DMARC for emails sent to Gmail addresses. Despite the email headers and third-party validation ...
0
votes
0
answers
42
views
Why am I receiving this MailApp error when I run my GAS function?
To my understanding from the documentation and various examples I've seen, MailApp options/attachment should be compatible with an array of Blobs. I've used various bits of code I found here and other ...
2
votes
1
answer
140
views
How should an IMAP4rev2 client associate untagged responses for multiple pipelined IMAP commands?
rfc 9051 defines Multiple Commands in Progress (Command Pipelining)
pipelining allows the client to send another command without waiting for the completion result response of a command
IMAP uses tags ...
0
votes
1
answer
203
views
I use AppsScript to create draft email with ICS attachment, however Gmail web removes the attachment
Below script creates a draft email. If I look at the draft in Outlook it has 2 attachments, one text, one a meeting invite (ICS). If I send it from outlook it arrives with 2 attachments.
However, if ...
0
votes
0
answers
105
views
Using gmailR with R
I'm struggling to find a way to send a few (likely much less than 100 per month) emails with the gmailR package. I set up the package with a new gmail account and the account was banned after sending ...
1
vote
1
answer
183
views
Gmail-API Giving HttpError 400 Precondition Fails midway of batch fetch emails
I written the code last year to fetch emails from the night before to the early morning without any issues. Lately I've been receiving the error randomly in middle of fetching emails:
Error: <...
0
votes
2
answers
1k
views
Can't send email using Google SMTP server using my custom email address
I have a google account using my own custom email address ([email protected]) and turned on 2-step verification and created an app password. When I try to use that email address and app password to send ...
0
votes
0
answers
64
views
Kotlin email not sending
<Button
android:id="@+id/sendEmail"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop=&...
0
votes
1
answer
959
views
OAuth2.0 gmail.send and gmail.readonly scope
This question seems like a duplicate of THIS ,But since the solution had not been accepted, I have decided to post my question.
I had been using OAuth 2.0 [LoginOAUTH2(string user, string accessToken)]...
0
votes
0
answers
70
views
"Issue with PDF Attachments: Unable to Display Data in Gmail Client" CSHARP
I am facing an issue when sending an email with an attachment in C# using the SmtpClient. The email is successfully delivered to Gmail, but when I open the attachment in the Gmail client, there is no ...
0
votes
2
answers
48
views
SCRIPT GMAIL : Import only the text in parentheses in subject
I want to create en event from a specific mail I'm receiving.
Inside the subject of the mail, inside parenthese there is the date for the event.
I try to import the specific text contained in the ...
5
votes
2
answers
2k
views
One-click unsubscribe is not visible on some emails with Gmail
Since Gmail will start requiring one-click-unsubscribe in 2024, we want to ensure compliance for our emails.
Our emails already have one List-Unsubscribe header field and one List-Unsubscribe-Post ...
0
votes
0
answers
58
views
Gmail API doesn't provide full HTML email with styling like email template
Trying to get Gmail emails in our application using Gmail API. It returns email content, but it doesn't provide full HTML emails with styling like email template.
Following code we are using:
$service ...
1
vote
1
answer
210
views
How to send an e-mail to display "\n " newline followed by half width space?
[Problems facing]
If I put a "blank" immediately after entering "\n (line feed)" in the body, the "blank" becomes two.
[Script]
function sendEmail() {
MailApp.sendEmail(...