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
2 answers

How to use open emm to send transaction emails

I want to use open emm to send transaction emails to users. Presently i am using open emm to send newsletter . I want to send emails to users with content specific to user . ex. transactions. Through asp.net website In News letter the content is…
0
votes
2 answers

Email IP Rotation

Is this possible to send emails from same address, but from different IPs? I have heard about IP rotation. Is it possible to rotate Ip using Php? May be it is a stupid question. But, I am asking this because I am totally ignorant about IP rotation,…
user2606457
  • 81
  • 2
  • 6
0
votes
3 answers

Sending multiple e-mails from PHP-script

I have this issue. I have made a signup formular (with a simple backend/controlpanel) in PHP. Travellers go to a page, where they sign up (name, phone-number, e-mail, etc.). Then the signup is stored in a MySQL database. Whenever the controlpanel…
Zeth
  • 2,273
  • 4
  • 43
  • 91
0
votes
1 answer

How to make a table that fulfill the whole screen?

edtretrt
Despite the fact that I specified that the height is 100% it doesn't fill the whole screen. I want…
user4951
  • 32,206
  • 53
  • 172
  • 282
0
votes
2 answers

bulk mails with php, limit is 300 emails/hr, what is 1 email?

Its just a knowledge question. We have the server limit of sending 300 emails/hr. I am confused for what is 1 email considered as. Lets say I send a single mail through SMTP with 20 users(in bcc/cc/to), will it be counted as one email or 20 ? If…
Luckyy
  • 1,021
  • 4
  • 15
  • 29
-1
votes
1 answer

I want to create mail service like mailchimp in nodejs

I want to create mail service like mailchimp, but via google mail services I am able to send the mail with one email Id only but my purpose is to create bulk email service with the individuals email ID who register over the system. We have tried…
-1
votes
2 answers
-1
votes
2 answers

Rails: Send emails to multiple recipients with it's specific cc

Is there any mailing client that supports ROR Api that allows sending bulk emails. The key is to have separate cc for each recipient. So far I've been using Mandrill but they are closing their bulk sending service as they became part of…
-1
votes
1 answer

Correct way to save pinging other email server's while bulk emailing?

This is what I am planing to do with my email table . I have setup Postfix on same server . Separate email column into two columns for example user@gmail.com get separated into Username | Hostname | user | gmail.com Now fetching…
Learner
  • 55
  • 4
-2
votes
1 answer

What resources are used when bulk emails are sent?

I have created a newsletter application in .Net for one of my clients. The database is hosted on a server and application is also hosted on another server. My question is, when my client will login and create a newsletter (an html file is created).…
-3
votes
1 answer

Best method for sending bulk sms and email. Whether a cron or a scheduler service

I want to send Email and SMS in bulk in c# MVC. So, method would be better, cron in a web application or separate scheduler service for it? I have a web application running already. So, should I integrate the cron in the web app itself or create a…
Rahul Mahadik
  • 794
  • 11
  • 19
-5
votes
4 answers

How to send large emails without spam?

I need to know what is best method to send multiple emails using php. It should not be stored in spam and also should send fast. I already tried normal mail function in PHP. But it is not working well. Also tried using mail function within loop.…
Kalaivanan
  • 459
  • 2
  • 8
  • 17
1 2 3 4
5