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
0
votes
0 answers

AWS-SES service is not sending bulk-templated-emails on success response using Boto3

I am using SES service to send bulk-templated emails. I am confused about what the SES done. It gives me a success response in sending emails. Here is the output that I got. You can see "Sent" message on image enter image description here and here…
0
votes
1 answer

Prevent email triggering from external source in ASP.Net Web Forms

I'm using mailchimp bulk email subscription to send newsletter email to my customers. But, someone is using some mechanism to trigger emails from my website. I'm getting bulk emails continuously one after another from my website. Is there any way…
55SK55
  • 621
  • 2
  • 8
  • 23
0
votes
1 answer

Bulk Emailing Domain Usage

i am planning strategy for our bulk marketing emails and bulk recruitment emails. Shall we use seperate domains for marketing and recruitment bulk emails even if we are using SMTP Relay service of providers like Critsend and Sendgrid. Reason i am…
user1400290
  • 1,682
  • 5
  • 23
  • 43
0
votes
0 answers

Bulk email sending issue with asp.net

I'm trying to send about 200 emails from Godaddy's relay server, when I do this error message pops up Exceeded storage allocation. The server response was: 5.2.0 zLajfQofP2ka6 :: ded :: Message rejected for spam or virus content :: Please include…
0
votes
0 answers

Prevent asp.net system from killing a thread

I'm sending bulk mail from an asp.net application but after sending 80 emails the thread is killed by the system. Anyone knows a way to keep the thread alive until it finishes? I saw that there are ways to multi-threading and background processing…
0
votes
1 answer

Update Dynamics 365 Accounts based on responses from bulk email

We are rolling out a new CRM solution. We will require consent from all Accounts to store and share information about their business. There are about 2500 Accounts. Is it possible to send out a bulk email to all these Accounts, which will include…
Sam Whillance
  • 149
  • 1
  • 4
0
votes
0 answers

Send Bulk Email Using SMTP sends only few emails

I have a gridview showing data containing Name, Email, Date etc for customers from SQL table. It contains checkboxes to select all rows. On click of header checkbox the checkboxes in rows are also being checked(Its working fine). Code for gridview…
Preet
  • 984
  • 2
  • 14
  • 34
0
votes
1 answer

How to send multiple mails at once with

I am interested how mailgun or similar services does send same message to multiple users with one call to user list, like described here Is it just simple loop for each user or there is bulk mailing options for all SMTP servers. I just want to…
Aren Hovsepyan
  • 1,947
  • 2
  • 17
  • 45
0
votes
2 answers

Setting hourly email limit to delivery server via pmta config file

I have an email server with pmta. Someone recommended me to follow this link for IP warmup in order to not get blacklisted. I am using mailwizz with 7 IPs. I tried to set the delivery servers via /etc/pmta/configand changing the config file by…
Joanne
  • 67
  • 1
  • 9
0
votes
2 answers

How to achieve high email deliverability without sharing data with 3rd party ESP?

We are hosting customer data on behalf of companies/clients, and one of our tasks is to send out a very specific transactional email from us (with our email address as sender and reply-to) to clients customers. We are trying to move away from…
0
votes
1 answer

Trying to send bulk invitations to a yammer group

We are trying to send mail invitations to multiple users from our web application to join Yammer network using API https://developer.yammer.com/docs/invitations.json but by using this we are able to send at most to 20 mail ids at a time. Is there…
0
votes
1 answer

How to get mandrill response for every message when sending html bulk emails with djrill?

I'm about to integrate into a project some bulk email features using mandrill and djrill 1.3.0 with django 1.7, since I'm sending html content I'm using the following approach: from django.core.mail import get_connection connection =…
Gabriel
  • 1,014
  • 9
  • 14
0
votes
0 answers

Send a large number of emails daily with java or php

I am going to buy my own dedicated server and I'll need to send over 10,000,00 emails daily as per my client's requirement. Could you please suggest me any kind of robust email service. Whether it is A Top Class Email Marking Service An Email…
Manish Jangir
  • 5,329
  • 4
  • 42
  • 75
0
votes
1 answer

How can i send bulk emails using php

I want send bulk emails on one action but user shouldn't wait upto end of email sending process. after clicking the button user should get success message and process should continue in back-end, but i don't want to use any third party service.…
Fairoz
  • 108
  • 1
  • 8
0
votes
1 answer

How to send bulk emails through SMTP without establising a connection for every email?

We have a large website that sends out different kinds of emails to their users: newsletter, forgot password, random subscriptions created by users, etc.. The portal is pretty big and we need to send out thousands of emails per day. The way it is…
Eugene
  • 4,197
  • 7
  • 37
  • 54