Skip to main content
Filter by
Sorted by
Tagged with
Advice
1 vote
2 replies
32 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
  • 104
-1 votes
0 answers
126 views

I am looking to create a macro that will email a range of addresses as per the following criteria: Column A contains email subject Column B contains email addresses Column C contains email body ...
coyner's user avatar
  • 1
0 votes
0 answers
32 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
1 vote
0 answers
16 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
66 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
2 votes
1 answer
93 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
3 votes
2 answers
165 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
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
1 vote
0 answers
63 views

When sending mail using Jakarta email throwing below exception Using these dependencies jakarta.activation-2.0.1.jar jakarta.mail-2.0.2 jakarta.mail.MessagingException: Could not convert socket to ...
prathi's user avatar
  • 1
0 votes
0 answers
78 views

I have a mail view named passwordReset.blade.php like this <!DOCTYPE html> <html> <head> <title>Wachtwoord Reset</title> <style> body { ...
Jimbo's user avatar
  • 19
0 votes
0 answers
74 views

I have created a Google Sheet and paired Apps Script with which I am sending emails. Now, I understand that there is a limitation with the SendMail function where you can’t amend the “from” field, ...
James Patrick-Gleed's user avatar
-4 votes
1 answer
93 views

The following code is still populating the file names in the Email this code is generating to contain %20 for spaces how can i fix this? I have looked at other forums that didnt help this particular ...
Megan Faga's user avatar
0 votes
0 answers
42 views

I send SMTP mail using PHP but there is an issue with the encoding. $headers = "Content-type: text/html; charset=UTF-8\n"; Email message sent: Where there's a dream Email message received: ...
Jimmy Jhon's user avatar
0 votes
0 answers
65 views

=HYPERLINK("mailto:" & TEXTJOIN(",", TRUE, M1:M32), "Email All") this formula is not working unless I make the range to "M1:M10" Why? Im trying to combine ...
Pablo Lopez's user avatar
0 votes
0 answers
72 views

So i've been trying to automate emails sent via autocrat on google sheets, the problem is, the tables of my html email keeps breaking no matter what i do. it seems to be creating random TR'S and br ...
Thiago Lobato's user avatar
3 votes
1 answer
125 views

I am working on a Python tool to migrate emails into Gmail while preserving the original Date header. My goal is simply to build a cli tool that allows to copy email from gmail account a to gmail ...
Pitto's user avatar
  • 8,699
2 votes
0 answers
62 views

I am using the following code in Access. I have created logo.png to be placed at the end of the code. The file does exist in the Signatures folder. The issue I am having is that 2 days ago the code ...
Les's user avatar
  • 25
-1 votes
1 answer
217 views

I am trying to send an email with a profile picture using PHPMailer ! Specifically I mean adding a profile picture to the email (not sending an image or file). Is it possible to add this feature to ...
masoudiofficial's user avatar
0 votes
1 answer
120 views

We have a Godaddy account where we have registered our domain and configured an email address for sending and receiving mails. We are trying those credentials to send mail programatically using Python....
NedStarkOfWinterfell's user avatar
0 votes
1 answer
39 views

I have a Blazor project to produce USPS Intelligent Mail Barcodes. I am using the NeoDynamic.Blazor.BarcodeProfessional component to generate the barcode from the required parameters. The component is ...
user26119845's user avatar
1 vote
2 answers
125 views

I have email verification set up for when a new user account is created on my Django project, and until they verify their email the is_active flag on their account is set to False; once they verify ...
madjetmax's user avatar
0 votes
0 answers
19 views

I've been working on an outlook add-in thats supposed to do some things with attachments when a mail is send, I've tried to use events for this but came to the conclusion that it may just be ...
douwe3998's user avatar
0 votes
1 answer
85 views

I am trying to send Outlook email using Microsoft Access. In the email, I want three cells of data. Email Pin FirstName I also would like to change the "From" email address from my default ...
Timothy Couch's user avatar
1 vote
1 answer
104 views

I am trying to get a cell in excel to display a total count of emails in a given subfolder from a specific outlook account (which is a shared mailbox). Two questions: How to specify which Outlook ...
Cheryl Sandrow's user avatar
0 votes
0 answers
42 views

I have a tap to reveal element in my email for webkit based clients. There is a fallback set up for Outlook and Gmail. However, the Gmail fallback is showing both the fallback and the first tap to ...
me9g's user avatar
  • 1

1
2 3 4 5
1185