Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
142 views

I'm building an email system that sends calendar invitations using MIME messages with .ics attachments to support RSVP functionality in Outlook and other email clients. So far, the setup works well ...
0 votes
0 answers
77 views

I created an email template in HTML which i call in my python code. I prepare the mail in python using MIMEMultipart() and sending it afterwards via SMTP server to Microsoft Outlook. For the tabulator ...
0 votes
0 answers
80 views

I'm using Drupal 9 along with Mime Mail, PHP Mailer and Webform to handle my forms. I'm trying to send an attachement file, instead of having it in a link. In my handler, I've checked "Include ...
1 vote
0 answers
428 views

I am trying to send HTML templates with python via Gmail but some images not sending. If send image separately it works. But maybe something in the HTML code makes the problem. This is my piece of ...
mihai's user avatar
  • 15
1 vote
1 answer
579 views

I am sending multiple file attachments in a mail using python mime library. I am trying to set some values 'Content-Description' field using add_header function, but I am unable to set it. https://...
Viknesh's user avatar
  • 19
2 votes
1 answer
194 views

I should save the entire structure of the emails that arrive at a mail server. Using the "poco ++" libraries I was unable to save the email entirely in the file system. For the moment inside ...
0 votes
0 answers
390 views

I want to show html body in mail, I was sending mail through SMTP server using windows service. I write the request in a file & pass this file to MIME.Load() method to read that file and extract ...
0 votes
2 answers
770 views

Drupal 9.3.3 Module MimeMail MailSystem module settings; use MimeMAil as formatter and sender. I send a test MimeMail successfully but the content is not as expected for an HTML mail. This is the ...
0 votes
2 answers
7k views

I can send the plain text but unable to send html text in html format. import email, smtplib, ssl import os from email import encoders from email.mime.base import MIMEBase from email.mime.multipart ...
0 votes
1 answer
338 views

First of all, I tried FluentEmail but that one seems to be broken with my version of .NetCore. I am creating an email like this: var email = new MimeMessage(); // Put all the data in the email ...
0 votes
1 answer
768 views

I have a program written in python 2.7, which sends a photo attached to an email. So far I have not had any problems but because I use it and other things in my program I have to upgrade it to python ...
0 votes
0 answers
53 views

I'm running Buster on my local server which, among other things, I use for developing web sites before copying them onto a public host. I've recently been getting into a little php coding because ...
1 vote
1 answer
4k views

This is the simple email sending code I have copied from a source and trying to learn it. But this is giving error even after I have installed easy_install email. Below is the code : import smtplib ...
3 votes
2 answers
7k views

Let's take this Subject line, $ echo -n 台電用戶意見電子信箱-信件受 | base64 5Y+w6Zu755So5oi25oSP6KaL6Zu75a2Q5L+h566xLeS/oeS7tuWPlw== It (along with "Subject:" etc.) exceeds the limits when encoded. So, ...
0 votes
1 answer
2k views

I want to write a function to attach a csv file to an E-Mail with HTML text. Everything works fine. I sends the E-Mail with the text and the attachment with the right information. Only the data format ...
Changer's user avatar
  • 61

15 30 50 per page
1
2 3 4 5 6

AltStyle によって変換されたページ (->オリジナル) /