10,684 questions
-3
votes
0
answers
61
views
♥ ♥ rendering in Gmail Mails [closed]
I am currently testing sending an (HTML) email using PHP via SMTP. Everything is working fine so far - but I’ve discovered a small issue:
I inserted a short text snippet (see example here) into the ...
1
vote
0
answers
144
views
SMTP gmail GeneralFailure - The operation has timed out
I'm trying to make a windows service that runs daily to check for specific validation if it's true it will send an email. However, i'm facing an issue with the following SMTP code.
using (SmtpClient ...
2
votes
1
answer
111
views
Python smtplib returns 250 OK but Gmail recipient never receives email (company domain sender)
I’m using Python (`smtplib` + `email.mime`) to send OTP emails from our company domain email account to users (many are on Gmail).
Even though the client shows 200, on my test emails I never received ...
0
votes
1
answer
260
views
Nodemailer works on localhost but times out on Render production (Gmail SMTP 465/587)
I have a Node.js + Express app using Nodemailer.
Email sending works locally with Gmail SMTP, but in production on Render it always times out.
Setup:
Host: smtp.gmail.com
Primary port: 465 (secure: ...
1
vote
0
answers
123
views
Gmail HTML Template
I am trying to use Jira to send HTML email template to Gmail. The HTML code is using table tags and inline CSS. However, when I test, I notice there is a gap between each block for Gmail, while I don'...
4
votes
0
answers
81
views
Script mislabeling microsoft mails
I wrote an Apps Script with condition :
any mail, which has not starred/important and readout label as ArchivedBird.
function labelReadUnimportant() {
const LABEL = 'ArchivedBird';
const label = ...
0
votes
0
answers
92
views
AWS SES Complaint events are not received for GMAIL users
I want to handle user complaints by performing some business actions when such complaints occurre. I also want to differentiate email campaign by custom tags since I send quite a lot of different ...
Advice
1
vote
2
replies
36
views
How to add an image to HTML email, and show absolutely nothing if that image is not available
How to embed an image to an HTML email, and show absolutely nothing if that image is not available by its URL - neither frame, nor some broken icon, nor extra empty space - just skip it completely if ...
Advice
0
votes
0
replies
93
views
Google FRP no pin only gmail
Android FRP asks for PIN or Google account
FRP Google account only disable PIN
Factory reset protection PIN vs Google
I want to set particular gmail to provisioned device through Qr enrollment. I am ...
0
votes
1
answer
109
views
Using Apps Script to forward emails - can I make them show in Inbox?
When I get a certain type of email, I need it auto-forwarded to a certain address with a specific cover message. So I wrote a script that scans that inbox and uses the "forward" method to ...
-4
votes
1
answer
107
views
Having trouble displaying Javascript Google Review in HTML Email in outlook or Gmail etc [duplicate]
I have designed a free google form review widget using https://app.shapo.io/forms/df8bc6d93d
In fact i've tried multiple javascripts in my email and different google widgets, none of these are being ...
2
votes
1
answer
112
views
GmailApp.sendEmail not working when rows arre added to Google sheet
I have an application (running on an IoT Boron device from Particle) that posts error messages to a Google sheet via a Webhook Web Form. The sheet serves as a log of application faults and this has ...
0
votes
1
answer
96
views
InboxSDK `registerComposeViewHandler` not firing for **inline** replies (works only when reply is popped out)
I’m building a Chrome extension for Gmail using InboxSDK v2. My registerComposeViewHandler works perfectly when I click Pop out reply (the floating compose window), but it never fires for an inline ...
0
votes
0
answers
81
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
1
answer
87
views
Errors in config Google as the mailer for Rails
I keep on getting the following error:
Net::SMTPAuthenticationError (535-5.7.8 Username and Password not accepted
My prod mailer config:
ActionMailer::Base.smtp_settings = {
:address => &...