Questions tagged [mass-emails]

58 questions
0
votes
1 answer

Error Code - Automated Emails from Sheets

I followed the tutorial given here to write a script to send emails from google sheets but am recieving the following error. What could the issue here be ? Error:TypeError: Cannot call method "getRange" of null. (line 7, file "Code") My script is as…
0
votes
1 answer

Invalid email address characters cause SQL database failure

I found a link discussing regex for defining valid email addresses. http://regular-expressions.mobi/email.html It says that this is a RFC 2822 standard that defines a valid email address. But, it explains that some characters, such as ' may make a…
technerdius
  • 253
  • 3
  • 6
  • 16
0
votes
1 answer

Apache crash when sending mass email through third party

I have a LAMP stack setup on Digital Ocean (Ubunu 12.04) that is pretty stable. The only time we have had a crash is when we sent out a mass email to about 30,000 people. We are not using the server to send the message, but a third-party email…
0
votes
1 answer

Accesing statistics of a single Marketing Email with Sendgrid API

I have been looking through the documentation for both the General Statistics and Advanced Statistics - but it seems only aggregated statistics are available. From what I am able to find, the most detailed information is available for a single day…
Lukas Lunow
  • 452
  • 1
  • 4
  • 15
0
votes
1 answer

Emailing entire userbase in one PHP script?

I'm wondering how do people handle emailing their userbase. I'm using PHP and SendGrid is handling the emails. The use case is a newsletter. When I send myself 50 emails in testing the script already takes quite a long time and I worry that the…
tim peterson
  • 23,653
  • 59
  • 177
  • 299
0
votes
1 answer

Sending SMTP Emails block HTTP request

I have a survey program (limesurvey) running on my server(Apache), and SMTP email set on different servers. I want to send an email invitation to a group of people (about 10.000). Everytime I send a group of emails (20-500 emails) from the survey…
aelias
  • 37
  • 1
  • 6
0
votes
2 answers

ASP.NET app sending mass emails

We have an application that allows users to send emails to their customers stored in a data base. It is an ASP.NET app and it uses AspMail to send those emails. The app sends the emails one by one in case users select too many customers. What we see…
John Mathison
  • 904
  • 1
  • 11
  • 36
-1
votes
1 answer

Mass email with personalized content

I know it's not 100% related to coding, but there is plenty of knowledgeable folks here, someone may know the answer. I need to send a mass email (270 recipients) and each email needs to contain a pull from Excel sheet, containing data related to…
-1
votes
1 answer

Creating Dynamic Tuple for Sending Mass Email Django using send_mass_mail

I see a lot of documentation and example to create mass email like below message1 = ('That’s your subject #1', 'That’s your message body #1', 'from@yourdjangoapp.com', ['to@yourbestuser1.com', 'to@yourbestuser2.com']) message2 = ('That’s your…
Rohit Prasad
  • 33
  • 3
  • 7
-1
votes
1 answer

Sending emails to multiple recipients using Wordpress contact form

I've questions about create a contact form and sending one mail to multiple recipients. I am a volunteer in an association and we need to regularly share a mailing list between more than 20 coordinators. The main problem is that we need to update…
Ars_n
  • 113
  • 1
  • 1
  • 8
-1
votes
1 answer

Bulks Emails not reaching destination, lost in network

I am sending approximately 5000 emails to IIS smtp server Windows 2012 R2 (Server1) using aspose email client (using c#) in a loop. The emails fired queue up in smtp server queue. From that queue, they are all sent to the same destination (an oracle…
Atin
  • 57
  • 1
  • 8
-1
votes
1 answer

My SPF record seems to be passed but still going to spambox

I am sending email with swiftmailer, All of them goes to the spam folder, The SPF shows the status pass. what could be the changes i need to do to unspam it Delivered-To: josemon.zixent@gmail.com Received: by 10.107.191.131 with SMTP id…
-3
votes
1 answer

I need to send multiple users monthly invoices using crystal reports and logicity as auto emails

is there any way to send multiple emails of invoice reports using one crystal report. I am facing the issue like i have to send multiple emails for each user. Thanks in advance. Ajay
1 2 3
4