Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [email]

Use this tag for questions involving code to send or receive email messages. Posting to ask why the emails you send are marked as spam is off-topic for Stack Overflow. Questions about configuration of mail servers belong on Server Fault.

0 votes
1 answer
47 views

Logic Apps: How to save file from email onto sharepoint

In the below workflow, when an email arrives I want it to save the contents into a SharePoint folder. The workflow is successful, however the file becomes broken/ does not work because attachments ...
HarriS's user avatar
  • 762
0 votes
0 answers
29 views

CSS style min-height is compatible with Email clients and browsers?

We are creating the email to send to users. We need to add a vertical spacer in a HTML table. We have this: <td height="15px" style="height:.985em; line-height:.985em">&...
Alex 75's user avatar
  • 3,138
0 votes
1 answer
51 views

Use variable in Keycloak email subject

My current setup Keycloak v24.0.5 installed from Bitnami Kubernetes v1.30.0 Things that work I needed to include Keycloak username in email body. For that I created my custom theme and added it to /...
Michał Lewndowski's user avatar
-1 votes
0 answers
48 views

Correct way to implement an email verification

In simple steps, I assume the steps to implement an email verification is as: user enters details -> signup server sends email with a token with metadata + expiration set user clicks on the link ...
BumbleBee's user avatar
-1 votes
0 answers
11 views

Could I be throwing away Potential Customers by doing a MX Record Lookup?

If I do email_verification using MX record, it is problematic? I'm marking just the False Return cases in the DB. Not the None Return cases (None returned for Ambiguous Verification). Using python ...
Devansh Garg's user avatar
0 votes
0 answers
25 views

How to track emails statuses

I am creating an SAAS email marketing system where users can create a company and run campaigns. Each campaign will have its own connected accounts (SMTP). Each user receives emails, which I send ...
Ittefaq Technologies's user avatar
0 votes
0 answers
33 views

HTML images showing up as [obj] (with a dotted box) when using an <img> tag for an email's html body

Currently, I am trying to open an email draft using react-native-mail to send some information and a file for an app I am building. Currently I am including steps on how to use the file correctly but ...
Koen Schoffner's user avatar
1 vote
1 answer
40 views

HTML Email Button issue only in Outlook 365 for Mac

In an html email I used a "faux absolute" to create a background image with rounded corners for content modules. The html uses a max-height="0" for the contents container with the ...
Isaac's user avatar
  • 13
1 vote
0 answers
34 views

How to Directly Set SMTP Credentials in Laravel Mailer Without Using Config Values?

I'm working on a Laravel project where I need to send emails with different SMTP credentials for each email. Instead of setting these credentials in the configuration files, I want to directly pass ...
Jebin Joseph's user avatar
0 votes
0 answers
40 views

Unable to send email using SMTP. Your server might not be configured to send mail using this method.(CI version 4.5.3)

I am getting an error when I try to send mail using the codeigniter email service(using CI version 4.5.3). I have used the same email configuration for successfully sending emails with previous ...
DXB-DEV's user avatar
  • 569
-1 votes
1 answer
55 views

Google service account OAUTH2 SMTP "555-5.5.2 Syntax error"

I have a simple Java sample to test the connectivity to a Gmail service account. Issue is when i try to connect it says "555-5.5.2 Syntax error, goodbye. For more information, go to 555-5.5.2 ...
Luka S.'s user avatar
  • 33
0 votes
2 answers
36 views

I wanted to fetch the valid email addresses from a table in bigquery with rules given below

Let's consider 2 cases with examples If the email looks like below, [email protected] Then, I wanted the query to fetch this email id as there are exactly 3 characters followed by a dot. If it looks like,...
sai's user avatar
  • 9
0 votes
0 answers
16 views

Email to SMS - multiple recipients "group" or "thread"

I'm trying to send an sms via email using verizon's @vtext.com sms gateway. It works if I send to one phone number, but if I put two, then I get nothing. How do you send an SMS via email to multiple ...
richard's user avatar
  • 12.4k
0 votes
0 answers
54 views

Error: wrong version number when using Nodemailer with mail.com SMTP server

I'm trying to set up Nodemailer to send emails through the mail.com SMTP server, but I'm encountering the following error: Error: AC650000:error:0A00010B:SSL routines:ssl3_get_record:wrong version ...
Aqu1tain's user avatar
-2 votes
0 answers
13 views

How do I submit a get request through a non-navigating link?

I'm creating a site that I would like to be as simple as possible. What I would like to do is have a user enter their email address, then an email would be sent with a link containing a token. Here is ...
Anthony Mallgren's user avatar

15 30 50 per page