Questions tagged [bulk-email]

Bulk emailing is sending the same email to multiple email addresses at the same time.

Bulk emailing is sending a similar email to multiple email addresses. Bulk emailing is often related to email marketing campaigns, where users that are subscribed to a certain newsletter are being sent a similar email, containing news, updates, events or any other information about their subject of interest.

72 questions
1
vote
1 answer

Customize Amazon SES address verification request email

To send emails through Amazon SES, a user is required to verify the: Sender email address/domain, and Recipient email addresses Since, I have production access, issue 2 is taken care of, but to verify sender email address/domain, I need to send a…
Dexxterr
  • 59
  • 8
0
votes
0 answers

Wordpress code snippet (with shortcode to call it) to switch between two user roles - email subscriber or not

I have a WP site with registered users. I send them only one bulk email every month so there is no need for a bigger mass mail solution - so far this is enough. The disadvantage of this solution is that there is no option for the user to unsubscribe…
0
votes
0 answers

Is there any better documentation for bulk-email-verifier?

So, I'm trying out a new project right now (the project is to verify emails). And I'm using the bulk-email-verifier library on google colab. The problem is that the code is wonky and I can't find any official documentation to make the code less…
0
votes
0 answers

Amazon SES Raw Email with personalized body

I'm trying to use Amazon SES API on PHP. I can send special html, header and file etc to recipients with SMTP method, but I want to do this with API. I tried the sendBulkTemplatedEmail method, but I can't send custom headers and files. I tried this…
0
votes
1 answer

How to validate a large number of emails with SendGrid and Python?

I have a list of 50k+ email every month addresses that I need to validate using SendGrid'API. I am looking for a way to validate all of the emails at once, rather than sending individual requests for each email. Can someone provide a Python code…
0
votes
0 answers

Unable to receive email even after receiving 'SUCCESS' status in Python Boto3 script

I am using a Python Boto3 script to send bulk emails through Amazon SES. The script is running successfully, but the emails are not being received by the recipients. I have checked the spam folder and tested with different email addresses, but still…
David Rex
  • 1
  • 1
0
votes
1 answer

Error sending bulk email on AWS SES - Error: AccessDenied: User is not authorized to perform `ses:SendBulkTemplatedEmail' on resource

I am having a difficulty sending bulk emails on aws ses. I can send regular emails (non bulk emails) without any problem. The error appears to suggest there is a problem with my iam permissions: Error: AccessDenied: User…
Colfah
  • 308
  • 1
  • 16
0
votes
1 answer

Powershell: Sending bulk e-mails

I would like to send bulk e-mail via powershell from exchange server. I found this script on the net which is what I was looking for. However, to avoid spam blocking, I would like to send a few thousand emails in a controlled space of time. How can…
SDJAnu
  • 1
0
votes
1 answer

MS Excel VBA code to display outlook emails for sending Bulk emails

I have the below code which executes perfectly fine, but cannot take more than around 60-65 mails to display on the screen when actually I have around 105 email records that I want to open through this code to send it one by one. Please advice where…
SachinK
  • 29
  • 6
0
votes
1 answer

Msgraph set notificationQueryOptions to avoid Bulk emails

I know that Microsoft 365 has a filter for Bulk email and in the Email Header there is a code called Bulk complaint level (BCL): X-Microsoft-Antispam: BCL:0; 0 ->The message isn't from a bulk sender. 1, 2, 3 ->The message is from a bulk sender that…
MassimoB
  • 77
  • 6
0
votes
1 answer

How to send bulk gmail emails with attachments via aliases

I would like to send bulk google mails with unique attachments using a spreadsheet. In this spreadsheet, i have put the email address, the content template, and the respective attachment urls. i have the below code with me which helped me sending…
0
votes
1 answer

How to send personalized emails using sendBulkEmail on amazon ses?

I have everything for my SES setup and all the requests are working. What I am trying to do now is send personalized bulk emails using replacementData. So, if there are two recepients jane@doe.com and johnny@doe.com I want to replace their…
0
votes
1 answer

Bulk Emailing using Organisation GSuite Email

I am working on a bulk email grabber that will which I will use my organization's email to send out an email out to about 500+ email users. Does Gsuite allow for that or will these emails be flagged as spam? Thanks!
toshioue
  • 3
  • 2
0
votes
1 answer

Email attachments and bandwidth usage

I am working on a module that enables our system users to send bulk emails to all the registered active applicants from the applicant pool. Currently, there are more than 10 million active applicants in the pool to which emails can be sent. I am…
Irfan
  • 566
  • 7
  • 13
0
votes
3 answers

Looking for an open source cron emailing solution - php prefered

I need tos et up my application to send out periodic emails for my social networking site. The frequency of emails would be very sporadic based upon user interactions. FOr example my site has a QnA module - I allow users to follow questions, so…
Ali
  • 7,353
  • 20
  • 103
  • 161