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
0 answers
4 views

script ping for devices and sending email and slack notification

i will install this script in multi pc's and every pc have different network and this script will check if devices (ip) are online or not , i want every pc's to be upload the result to sftp server and ...
oussama harmas's user avatar
0 votes
0 answers
8 views

FastAPI Email Sending Fails with SMTPConnectResponseError: Service Not Available

I'm trying to send an email to users after they sign up using FastAPI and FastAPI-Mail. However, I'm encountering an error indicating that the email service is not available. I've tried using both ...
Imisioluwa's user avatar
-2 votes
0 answers
72 views

C# How to send Email

I want to use my application to send e-mail. I tried this: try { MailMessage mail = new MailMessage(); mail.From = new MailAddress(form); mail.To.Add(to); mail.Subject = subject; ...
Geometricgame Studio's user avatar
0 votes
0 answers
23 views

How to test DKIM signature of simple email that yahoo is failing

Yahoo DKIM Failure I have a java DKIM signature creator for emails. The correct records are in dns. Example emails from yahoo emails have proven the hash algo to be correct. The java signature code ...
Secrets9's user avatar
0 votes
0 answers
12 views

Jinja2 template rendering duplicate body / SMTP email sending twice

I created a relatively simple emailer class in python with the intention of reading in a CSV file and filling in a Jinja2 template with dynamic information from the CSV and then sending out emails for ...
Thomas McSwain's user avatar
0 votes
0 answers
7 views

Generate an .eml file including the MSIP label

I'm currently coding an email generator using Python and its native email package. I take an Excel file in input and generate several .eml files as the output. The goal isn't to send them ...
CrazyGeekMan's user avatar
0 votes
1 answer
9 views

Prevent teamcity mail notifications upon developing

In teamcity we have builds that are use for both regressions and for developing. I want that when scheduled trigger (regression) is running the build it will send mail notifications, otherwise it won'...
arye's user avatar
  • 458
0 votes
0 answers
29 views

Inline image in email with python [duplicate]

I want to send an email with HTML and an inline image. In gmail it says that the image is attached, I don't want that, I want the image in the body of the email. html_content=f"<img src="...
Salem's user avatar
  • 11
0 votes
0 answers
11 views

Sending a customized email related to a job submitted with `sbatch`

I am trying to send a customized email related to my job submitted through slurm on cluster following this solution https://stackoverflow.com/a/73293621/7094175, but when I tested the mail server by ...
nougako's user avatar
  • 233
1 vote
0 answers
33 views

Unable to send emails from professional email id (made using cloudflare) from outlook [closed]

enter image description hereI created a professional email id using cloudflare and linked it to my personal gmail id. I am able to send and receive emails on my professional id in my personal gmail id....
Anmol Garg's user avatar
0 votes
0 answers
9 views

SSIS Serialized OnError Tasks logging error on SQL Server and sending email

I do have a quite big project in SSIS, with multiple packages, and some MASTER packages using them. I want to find the best method to log errors, and send an email on failure. For that here are some ...
Bekkk's user avatar
  • 1
0 votes
0 answers
12 views

Classes disappeared in Gmail in RSS campaign

My problem is that I have designed email in an RSS campaign when I send this email to Outlook or yahoo it works fine there either on desktop or mobile. But when I sent this in Gmail the classes ...
Shaheer Alli's user avatar
0 votes
1 answer
40 views

Laravel 11 Mail sending to only first recipient in a loop / CC adding only X-CC header

This is using Laravel 11. I have two issues, happy to have either fixed as they’d both resolve the problem! I’ve a loop of email addresses to send a Mail to but the first recipient is used for every ...
Ric's user avatar
  • 3,388
-2 votes
0 answers
31 views

OpenBSD mail server stopped receiving or sending mail after updating from 7.4 to 7.5. How to fix?

I have built a simple Vultr mail server by following (https://sive.rs/ti) guidance. The server has functioned without a single flaw for a year and survived the update from OpenBSD 7.3. to OpenBSD 7.4. ...
Tokarczuk's user avatar
0 votes
0 answers
30 views

We are receiving numerous email alerts from AWS CloudWatch Alarms. Is there a way to manage these alerts in more structured manner?

In our current CloudWatch setup, we receive numerous alerts every minute, many of which are often ignored. We are looking for a more structured and organized way to collect and manage these alerts. We ...
user24891811's user avatar

15 30 50 per page
1
2 3 4 5
3967