Questions tagged [bulk-mail]

Bulk (e)mailing is sending a similar email to multiple email addresses.

Bulk (e)mailing is sending a similar email to multiple email addresses. Bulk (e)mailing is often related to email 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.

25 questions
3
votes
3 answers

send multiple emails from application using gmail smtp without getting blocked

I have setup a network monitoring system at my office that monitors activity over my network and shoots me an email at certain triggers that i have setup. I have put together an application that quickly does the job for me custom made for the kind…
swordfish
  • 4,899
  • 5
  • 33
  • 61
3
votes
2 answers

Sendmail Exception reached when thousands emails sent in bulk mail script. Has sendmail a email-sent limit for a given process?

I am a little desperate with a problem in our web server. Our web is a community with a lot of users and activity. We send to users personalized mails of the activity of their interest. We have a problem in the script that handles these…
2
votes
2 answers

PHP - Bulk mailing and checking for server responses

We send a lot of emails to a lot of our users (ranges in 20k+ per day). One of the major problems we face are invalid or dead emails - sometimes our users delete their accounts, change their email address without updating their profile, or our email…
Swader
  • 11,387
  • 14
  • 50
  • 84
2
votes
2 answers

How to send a test email over SMTP with Mailgun using telnet?

I have configured Mailgun for my domain: blog.kop.com (fake domain), I have reset my SMTP password for this domain on mailgun dashboard. I usually use the Mailgun API, this is why I want to test the SMTP sending from command line to check that I…
Dimitri Kopriwa
  • 13,139
  • 27
  • 98
  • 204
2
votes
2 answers

PHP Mass Mailing (25K-100K) lists

I have a PHP app I have written for clients to create HTML newsletters and send them out to emails in a database. Mailing is done via the mail() command (I know, crappy), from a CRON job with proper pauses, etc. Up to now, all clients have had…
Peter
1
vote
1 answer

Missing Mandatory Parameter while sending the API request to Mailjet

I am trying to integrate Mailjet API to send Bulk mails, where I read the documentation and wrote the necessary code to send the request, but I get the error as "ErrorCode" => "mj-0003". The mandatory parameters are From , To , TextPart. Even though…
Pravin
  • 11
  • 3
1
vote
1 answer

How to send personalized emails to multiple addresses using sendgrid in NodeJS

I have an array of email addresses and an array of passwords. I want to send each password to its corresponding email address(email at same index) in the body of email. But I don't want to use a loop. Is it possible to use substitution in the email…
Urooj
  • 151
  • 7
1
vote
0 answers

Bulk mail recipient issue in PHP Mailer

I am trying to send bulk mail. And It worked but the problem is when I am checking on Gmail this shows. I can use Bcc and solve this issue but I want to for learning purposes. ------------------------------------------ from: example…
1
vote
1 answer

how send bulk mails effectively from asp.net(c#) code using "smtpClient.Send(message);"?

I've set up a windows service to do the bulk mailing functionality which executes it batch by batch. The service fetches one batch from DB during its schedule and after each batch i've given a delay of 20 seconds. Do this prevent from considering…
Harun
  • 5,109
  • 4
  • 38
  • 60
1
vote
1 answer

Problem sending mail to mlutiple users in C#

Hi, I'm trying to develop a wpf application for sending bulk email using Microsoft outlook app. I'm using a datagridview from which to, cc, and attachment will be extracted. Besides, for each mail, there'll be multiple to(s) and cc(s). If to and/or…
1
vote
2 answers

adding attachment from form while sending mail from gmail via php

i am trying to add atatchment while sending mail from gmail using php. But it shows error...it says Could not access file: hai.jpg follwing is the code i use gmail.php
Midhun Mathew
  • 2,147
  • 8
  • 28
  • 45
1
vote
1 answer

Sending out bulk emails using asp.net from smtp server who limits bulk emails

I have a our company smtp server (email id), now i want to market a company product for that i want to send out bulk emails say around 15000 everyday or so, but my company mail id limits me with the 150 mails per day, is there anything i can do to…
Abbas
  • 4,948
  • 31
  • 95
  • 161
1
vote
2 answers

Send mails using PHPmail function but with multiple accounts

I have database of 1000 members, which contains email ids of users and had developed code for sending mails to all users in database using single administrator account - the administrator logins were hardcoded in the code. Now I would like to take…
BackBencher
  • 61
  • 1
  • 1
  • 7
1
vote
2 answers

PHP bulk mail using "phpmailer" lands in SPAM

I am using the following PHP CODE to send BULK MAIL .But Mails seems to Land in SPAM.I am using "phpmailer" class to send the mail. require 'mailer/class.phpmailer.php'; $mail = new PHPMailer(); $mail->IsSMTP(); $mail->SMTPAuth = true; …
Praveen
  • 11
  • 5
1
vote
0 answers

Bulk mailing in ASP.NET

We have a site running in ASP.NET 4.0 and a dedicated Windows Server 2008R2. So after a user successfully registers to the website, we use Facebook like friend finder and give the user an option to import friends from Facebook, Gmail, Yahoo! and /…
naveen
  • 53,448
  • 46
  • 161
  • 251
1
2