Category "email"

Get all emails in inbox .Net.Mail C#

I'm making a small program that can send emails and read emails. I can currently send emails however I'm not sure how I can access my inbox using .Net.Mail. Is

Problems to send email using Django EmailBackend

I don´t know what is wrong in my code. I´m trying to use send_mail using django.core.mail.backends.smtp.EmailBackend but is not working. The securit

Show embedded picture using node (nodemailer)

I use nodemailer to send mail with a embedded picture, var mailOption = { html: 'Embedded image: <img src="cid:[email protected]"/>', attachments:

Save Mail in MIME format (*.eml) in Outlook Add-In

I want to write a little Outlook addin (C#), which saves a selected mail (MailItem) to disk in plain MIME format (.eml). The MailItem.SaveAs() method only allow

How to fix 1and1/ionos spf record not getting authenticated

I used ionos/1and1 for my company website and I send e-mails using gmail. The e-mails are hosted by ionos/1and1. Whenever I send an e-mail to a gmail account I

Mailjet API: how to add template parameters?

I use the Mailjet API PHP library. And I want to send an email with a template. How can I add template parameters to my function sendEmail? Thanks

Outlook Office Add-In Integration with Third-Party Web Application - alternative to mailto links to support attachments and HTML body

From our web application running in company network, I'm looking for an alternative way of "mailto" approach (since "mailto" supports plain text only for the bo

How does companies make staff users?

Apologies since this might not be the best way to word the question nor is this a coding question per say. I get the general process of creating a staff user wi

Getting signature from Outlook using python with Redemption RDO

I wrote a program that creates a mail in outlook and saves it in the .msg format. I want to add the signature of the user that is sending the mail (so the curre

Getting signature from Outlook using python with Redemption RDO

I wrote a program that creates a mail in outlook and saves it in the .msg format. I want to add the signature of the user that is sending the mail (so the curre

How can an IMAP connection fail with a certificate error when an SMTP connection with same credentials succeeds?

I am connecting to an HIE in two interfaces using Direct Messaging - one to send messages and one to retrieve messages. The first uses a protocol of SMTP connec

VBA Outlook code to open Mail Item and Save As text

I'm receiving Outlook mails that have other Outlook mails (*.msg) as attachments. I need them in txt format (or anything else Word can open). I seem to have tw

Python Email sending HTML as plain text

I have the following script that is supposed to send an email; however, the email is being sent as a plain text rather than HTML. Am I missing a piece of code?

Send Outlook 2010 email using PHP

I'm looking to use the default Windows 7 Outlook 2010 mail account to send an email. I've tried: oApp = new COM("Outlook.Application") or die('error'); $oMsg

Load outlook email template (.oft) via win32com

I like to load an outlook email template (.oft) via win32com for automation. I like to do something along this lines: import win32com.client as win32 outlook =

MailMessage System.Net.Mail.SmtpException, Error when trying to send email via C# form

hi im stuck and keep getting errors when trying to setup a send email for. here's my using.system: using System.Net; using System.Web; using System.Net.Mail;

Validating email that has @something.co.uk

I have the following regex options: let emailValid = "/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/" emailValid = "^[A-Z0-9._%+

Get sender's SMTP email address with Excel VBA

I pull the Subject, received date and sender's name with the following code: Set InboxSelect = GetObject("", "Outlook.Application").GetNamespace("MAPI").PickFo

How to create a folder in C

How can I create a new folder for an email manager, I have this code but It doesn't work. void create_folder() { int check; char * dirname; clrscr();

I am having an issue regarding MIMEMultipart

I am trying to send emails through python and when assigning a variable to MIMEMultipart I encounter an error where I get the type error: TypeError: memoryview: