Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
7answers
3k views

Avoid being blocked by web mail companies for mass/bulk emailing?

Our company is sending out a lot of emails per day and planning to send even more in future. (thousands) Also there are mass mailouts as well in the ten thousands every now and then. Anybody has ...
8
votes
3answers
2k views

Track mass email campaigns

Litmus released an email analytics service last month (may 2010). See here: http://litmusapp.com/email-analytics They boast a very cool "read rate" tracking: they can track normal reads, Skims, and ...
7
votes
7answers
2k views

Sending mass mail without going insane (SendGrid? cloud?)

I need to send regular newsletters, as well as smaller batches, to a 10k strong mailing list, programmatically. We're currently exporting our list and then using Campaign Monitor's web interface to ...
5
votes
1answer
334 views

Principles on how to send a mass mailer without it ending up in junk mail

I put together a really nice mass mailer, but occasionally mails end up in junkmail on various different mail providers for various reasons. Does anyone know if there is a write up anywhere on best ...
5
votes
5answers
913 views

Sending out 20,000+ emails with asp.net

I am writing an application that will need to send a massive amount of emails to our students who will be selected from our database (each email will be personalized to the extent that will include ...
3
votes
2answers
180 views

How many mails can be sent at a time?

Using google, yahoo and AOL smtp and PHPMailer how many mails can be sent at a time? I tried to send 200 mails at a time from google after 40 or 45 it is giving the following error. SMTP Error: Data ...
2
votes
3answers
425 views

Use php mass mailer or simply mail()?

I am sending out ~30k email messages. Each message will have slightly different content. I have read that using the php mail() function is not a good idea for Mass Mailing. What are the pro's and ...
1
vote
1answer
191 views

How to send mass mail in Django and get status for every message?

I'm creating a web app for handling various surveys. An admin can create his own survey and ask users to fill it up. Users are defined by target groups assigned to the survey (so only user in survey's ...
1
vote
2answers
208 views

How to create a django app to send massive emails?

I wanted to create a simple interface to send massive mails for a django project (Gitorious, GitHub) but I don't know how to start (models, forms, views, etc.). I looked at django-mailer but it ...
1
vote
3answers
121 views

How do you send email invites to people who have been invited by users of your website?

We've developed a web application where people can sign-up on our website to make use of our service. We have a functionality that allows users to send invites to their friends by looking up their ...
0
votes
0answers
25 views

Images in HTML email are shown as .txt files in inbox

For one of our clients I've created a HTML e-mail that gets send out to about 1000 recipients. On my system and all my test accounts (gmail, hotmail, yahoo, Apple mail, Outlook 2007 and 2010) the ...
0
votes
0answers
14 views

How to use return-path module in drupal site?

I'm using return-path module in my site.Even though i have changed the "To" mail id in return-path module file . Now i'm using "if" condition in return-path module file.is that right?. It doesn't ...
0
votes
1answer
62 views

Continuous email server Connection using JAVA Mail API

We are intended to develop a service, which always stay connected to email server, so that whenever a user triggers a mail, it will sent by using the connect instead of getting a new connection and ...
0
votes
0answers
78 views

Django mass mailing for newsletter/invitation

I try to send newsletter mail to all my subscribers in Django but I couldn't decide what is the best way to do this in Django. Firstly, I made list of 5 email addresses and send them in a schedule ...
0
votes
1answer
52 views

PHP Mass Mailling with authentification [closed]

Possible Duplicate: Use php mass mailer or simply mail()? Hello, What is the best way to send 3000 emails (for example) with PHP? I understand using mail() function is not the recommended ...
0
votes
2answers
434 views

Rails. Mass mail delivering

I have got about 1500 email addresses to send diplomas. What should I use for bunch delivering nowadays? Ar_mailer looks out-of-date.
0
votes
1answer
333 views

Mass Emailing, best practices [closed]

Possible Duplicate: Avoid being blocked by web mail companies for mass/bulk emailing ? Hi All, Actually, we need to send a thousands of email for a customer that we work and we have to ...
0
votes
3answers
313 views

Best approach to send mass e-mails through an ASP.NET webpage

I've written a contact management/communication system that records the details of people and allows for mass communications to be sent out. However sometimes when e-mails are being sent the ...
0
votes
1answer
176 views

Help me to remove subscriber from mass mail php script

i need to find a way to remove subscribers from mass mail php script here is script: <?php $thisfile=basename(__FILE__, ".php"); $path = GSPLUGINPATH.'gs_massmail/lang/'; $filenames = ...
0
votes
1answer
253 views

Swift mailer sender name with french chars

I am building a system to send bulk emails. So far, while sending emails one by one I achieve success with all the mail services i tried (microsoft exchange, gmail, yahoo) but one, hotmail. When i ...
0
votes
0answers
45 views

Mass Email - Step 1: r&d

I have to build a mass email application that we will use in out company. I want to start by researching what is the process and obstacles that is involved. This like: Server options Best language ...
0
votes
6answers
365 views

PHP Mass emailing

I work for a small marketing company that has asked me to develop a PHP application to send emails for their company without getting blacklisted or emails showing up as spam. I have a fairly good ...
0
votes
1answer
178 views

Recommend a flexible mass mailing system for this problem

1200 subscribers are being emailed each day. Each user's profile may vary according to their interests be it geographic, market sector or even product type. Each day up to 20 new reports are created ...
0
votes
3answers
672 views

Best practise to send mass email within application (ASP.NET MVC 2, C#)?

Whats the best way to implement mass email sending feature within web app? Two major cases: Email messages for separate registered users depending on their activities (just sending short reminders ...
0
votes
0answers
100 views

How can I distribute email deliveries between 2 or more servers? [closed]

We provide Email Marketing service through our online Application. We have about 30 customers. And each one has it's own mailling list (5k to 100k emails each). What we really want is to distribute ...