Skip to main content
-3 votes
0 answers
38 views

I’m running SoGO on Ubuntu 24.04, hosted/managed with Plesk Web Admin Edition. After a server public IP change, all mail stopped working: - Sending via SoGO fails - Receiving mail also fails (...
user32108167's user avatar
Advice
0 votes
1 replies
17 views

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 if it is available - ...
vstepaniuk's user avatar
Advice
0 votes
0 replies
69 views

I have an email microservice that I created. I have a platform deployed for multiple tenants. Example; clienta.platform.com, clientb.platform.com etc etc. Now I want to secure the email micro-service ...
ShoebIlyas's user avatar
Best practices
0 votes
2 replies
96 views

Are there any recommendations or best practices available which can help achieve this workflow design shown in the diagram, using free and opensource solutions ? An approach to integrate AI and Human ...
Jeetu's user avatar
  • 91
0 votes
1 answer
30 views

I've got my jBPM instance running on Docker and I'm trying to attach a generated PDF (stored as org.jbpm.document.Document) to an email task. The email task works fine without the attachment, but when ...
Kiyasha Reethram's user avatar
0 votes
1 answer
56 views

I am using MsgReader to extract information from .MSG files. Recently, I have been getting an error Modified time must be zero for streams I have had no luck getting an explanation or solution to ...
Glenn Rosenthal's user avatar
0 votes
0 answers
59 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
32 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
39 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
66 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
Advice
1 vote
0 replies
35 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
39 views

I am trying to attach an email directly to another another email. Here is the code: $mailer = new PHPMailer(); $message = '<p>Some message body text<>'; $mailer->...
Deckard's user avatar
  • 2,470
0 votes
0 answers
50 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
82 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
130 views

Previously, I was successfully sending emails with this code. SendMailPostRequestBody postRequest = new SendMailPostRequestBody(); postRequest.setMessage(message); postRequest.setSaveToSentItems( this....
Stewart's user avatar
  • 19.2k

15 30 50 per page
1
2 3 4 5
3948