Category "email"

Passing django.core.mail.EmailMultiAlternatives instance as async_task with Django-Q

An E-mail template is build-up and send weekly to more than 2000 email recipients (bcc). I must run it as background since it takes few minutes to get rendering

Outlook - Shared Mailbox - Quick Steps

I am wondering if there is a way to use your own Outlook quick steps in emails using a shared Mailbox? I have seen the way of using MFCMAPI to export the Quick

Got bad greeting from SMTP host: smtp.yandex.ru, port: 465, response: [EOF]] with root cause Yandex

I use brand new spring boot project with next Maven dependency <dependency> <groupId>org.springframework.boot</groupId>

How to Open Outlook file attachment directly not saving it? ( with C# VSTO)

I need to open mail file attachment directly from mail. Let say I have .txt file. I have already attached it to my mail. But now I need to open it, change some

Find all email addresses corresponding to an ambiguous name

User has a column with names (or name, surname) to send email. When there are several with the same name and surname the macro is selecting the first matching.

Loop on outlook folders and save all emails into local drive

I now know I can specify emails from which Outlook folders to save to my local drive using the following code: inbox = outlook.GetDefaultFolder(6).Folder("Inbox

How to solve the smtpjs error with gmail smtp host

I am working with smptjs to send email using javascript. The code was working fine until today morning. I am getting the error "Only elasticemail is supported a

Using Python mailbox to delete old msgs, lock doesn't work

I have a very busy server with plenty of processes scheduled with cron and each sends an email so the mailbox gets a lot of messages. I want to delete old messa

.SendUsingAccount selection for .onmicrosoft.com custom domain account

I set up a custom domain for my Microsoft 365 business account ("@company.com" is the custom domain which is really "@company.onmicrosoft.com"). I have two othe

Python : Extract mails from the string of filenames

I want to get the mail from the filenames. Here is a set of examples of filenames : string1 = "[email protected]_2022-05-11T11_59_58+00_00.pdf" strin

Laravel: All RCPT commands were rejected with this error: 503-relay not permitted, authentication required

I've made a website with Laravel which uses email to notify users of certain things. For testing on my personal computer, I used my gmail account for sending em

How to set up a postfix dummy smtp server in Travis-CI for use with a Phoenix app?

I am working on a Elixir/Phoenix app that uses Bamboo to send email using a server at 127.0.0.1:25. My TravisCI builds fail because of the lack of a SMTP server

How Can i use bootstrap for email templates?

I am trying to make nice responsive emails and was wondering how i can include bootstrap to it. I am using mac mail app. I no there are a lot of third party app

Python Smptlib Email (Wrong subject & message field)

Everytime I send an email with this function, it doesn't add the subject and the message to the right fields, but instead of that, it adds it to the 'from:' or

Change email address in Git

I have a project hosted in Git stash (now rebranded as Bitbucket Server). It is built using jenkins. Now I made a typo while installing my Git locally. Like @ab

Codeigniter send email OpenSSL error

I am having trouble sending email. I don't know what to do. I already un-commented the extension=php_openssl.dll in php.ini file, but I still receive this error

Android Studio mailto Intent doesn't show subject and mail body

I'm trying to send an e-mail from my Android App. With the click on a button, gmail should open and show a new email with my previously defined recipient, subje

Mitigating Email deliverability

I've been having issues with our email server's deliverability. I started using mailgun in the hopes that the issue would be resolved and our emails would land

Docker: Ubuntu base image send Email using mail & mailx

I'm trying to send mail using Mail & Mailx from my AKS container. I am using Ubuntu as a base image and have installed mailutils. using the below command RU

flask mail raise exception when there is error with authentication

First of all, I would like to thank everyone. I have a quick question with flask mail. I would like to have an exception or catch the error while sending an ema