Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
50 views

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 ...
Laure Dev's user avatar
1 vote
0 answers
141 views

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 ...
Abdullah odukoya's user avatar
0 votes
1 answer
33 views

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 ...
RootPhoenix's user avatar
  • 1,767
0 votes
1 answer
54 views

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&...
Lester Gray's user avatar
0 votes
0 answers
17 views

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 &...
Dylan Miller's user avatar
0 votes
0 answers
42 views

I am currently creating a site that includes a form, here it is: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <...
Azmat Chowthee's user avatar
0 votes
0 answers
60 views

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 ...
Jake Downie's user avatar
0 votes
0 answers
197 views

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, ...
minioim's user avatar
  • 898
0 votes
1 answer
231 views

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] ...
Albert Lungu's user avatar
0 votes
1 answer
610 views

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 ...
Raffi's user avatar
  • 39
0 votes
1 answer
121 views

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 ...
Gold Masta's user avatar
0 votes
0 answers
314 views

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 ...
Mquinteiro's user avatar
  • 1,090
0 votes
0 answers
42 views

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 ...
half amused's user avatar
2 votes
1 answer
140 views

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 ...
Keith's user avatar
  • 119
0 votes
1 answer
203 views

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 ...
Tony Broadbent's user avatar
0 votes
0 answers
105 views

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 ...
apshinyn's user avatar
1 vote
1 answer
183 views

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: <...
Josh Fu's user avatar
  • 11
0 votes
2 answers
1k views

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 ...
Primico's user avatar
  • 2,495
0 votes
0 answers
64 views

<Button android:id="@+id/sendEmail" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop=&...
Jouke's user avatar
  • 1
0 votes
1 answer
959 views

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)]...
Sudeep Shrestha's user avatar
0 votes
0 answers
70 views

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 ...
Mohammed Sabir's user avatar
0 votes
2 answers
48 views

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 ...
Pierre PPSC LEIGNEL's user avatar
5 votes
2 answers
2k views

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 ...
Gio's user avatar
  • 51
0 votes
0 answers
58 views

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 ...
Mukesh Developer's user avatar
1 vote
1 answer
210 views

[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(...
Yo Poppin Ka's user avatar

1
3 4
5
6 7
215