Skip to main content
0 votes
0 answers
41 views

How do I sent an email in Java so that when Outlook displays it as a notification it will automatically show a "Copy" button like when logging into ChatGPT? Here is what I have tried. It ...
gordon613's user avatar
  • 3,042
0 votes
0 answers
28 views

I'm working on osmo-x, an open-source notification management API built with NestJS, typeORM, and bullMQ. It supports multiple notification channels (SMTP, Mailgun, SMS, etc.) where provider ...
KEERTHI VARDHAN's user avatar
Advice
1 vote
2 replies
38 views

In our Web Application we would like to send updates to users via mail. The mail should contain a map, in the best case from Google Maps. Our first idea was to simply use the `iframe` and display ...
Joe's user avatar
  • 103
0 votes
0 answers
60 views

import os import re import time from datetime import datetime from smtplib import SMTPRecipientsRefused import pandas as pd from celery import Celery from celery.schedules import crontab from flask ...
lalit patidar's user avatar
0 votes
0 answers
43 views

I am using Airflow 3.x for a personal task and faced this error Failure caused by [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1010) source=task.stdout What I want to do is send an email ...
graybud's user avatar
Advice
1 vote
0 replies
32 views

I have a question. I need to create a new email at mail.google.com, enter the recipient name, upload a PDF, and send it. The recipient should receive the converted PDF. To do this, the email must pass ...
muraya's user avatar
  • 69
1 vote
0 answers
21 views

I am trying to attach an email directly to another another email. Here is the source $mailer = new PHPMailer(); $message = '<p>Some message body text<>'; $mailer-&...
Deckard's user avatar
  • 2,470
0 votes
0 answers
40 views

I use ms-graph for sending emails and it works fine when I pass it a full html body that start with the <!DOCTYPE html> element. However, the same html is stripped down to its <body> ...
t3chb0t's user avatar
  • 19.3k
0 votes
0 answers
73 views

This is my code Imports Outlook = Microsoft.Office.Interop.Outlook Private Sub SenEmail_Click(sender As Object, e As EventArgs) Handles SenEmail.Click Dim olApp As Outlook.Application = New ...
Juan Carmona's user avatar
0 votes
1 answer
95 views

Previously, I was successfully sending emails with this code. SendMailPostRequestBody postRequest = new SendMailPostRequestBody(); postRequest.setMessage(message); postRequest.setSaveToSentItems( this....
Stewart's user avatar
  • 18.9k
2 votes
1 answer
99 views

I'am sending an e-mail via cron job. The attachment works and is added to the e-mail message. However the html part that is referenced with $body2 does not come through. The code looks like follows: $...
timholz's user avatar
  • 520
0 votes
0 answers
100 views

I’m seeing a strange behaviour when sending mail from my app with MFMailComposeViewController. If the attachment is larger than about 3 MB, the message is created but then remains stuck in Outbox on ...
Istvan's user avatar
  • 216
3 votes
2 answers
166 views

So the scenario is to auto send emails however, some of the recipients don't have attachments one day but might the next. I am looking to add to this code (below) so that in my list of names the ones ...
user31611822's user avatar
0 votes
0 answers
67 views

I try to force the background to white in an email that is supposed to be displayed in Outlook 365 I tried bgcolor, inline style and css in the header, I just keep getting a gray background like if ...
pf12345678910's user avatar
1 vote
2 answers
117 views

I want a Windows program that should be able to automatically send emails. I have written the code in Python, tested it locally on Fedora, then built an .exe using PyInstaller in a virtual German ...
fabavore's user avatar

15 30 50 per page
1
2 3 4 5
3949