|
Just found out that the hosting company where I'll probably put one site has limit of 1000 emails per day.
They suggested to use an outside email service specialized in bulking email. What do you people use? What will stackoverflow use?
Thanks
Started by Artur Carvalho on
, 10 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
They're not simply sending emails on your behalf, or leasing you raw computing power.....
Only one email will be sent to each domain just the sending the email.
That will send less email be using an envelope (a SMTP feature).
|
|
How can send bulk emails to members via ASP.NET. for example send email for 100,000 members. in typical sending, asp.net throw exception.
please help me.
Started by mmtemporary on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
A-bulk-mail-sender
http://stackoverflow.com/questions/1607012/net-service-application-sending-mail.
|
|
Possible Duplicate:
Desktop Bulk-Emailer Suggestion?
I want to send email to a list of people at a certain interval without getting them detected as spam.
Started by Shadyabhi on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Multi-national corporation, and you follow the anti-spam laws, your email should get through.
|
Ask your Facebook Friends
|
I'm looking into migrating some newsletter-emailing from an off-site location to an in-house server. As a result I'm curious about what desktop solution would be best for bulk-mailing to email lists.
Important Factors: The lists are in excess of 100,0...
Started by Jonathan Sampson on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Fast Bulk Emailer is a free tool that allows you send emails the impact of successful email....
The cost may be worthwhile if you're using down for looking like a botnet .
Inexpensive providers of bulk email services.
|
|
I need to send email campaigns for my site. There are services like mailchimp but I want to send my own.
Do you know any good VPS providers for sending bulk emails?. What are the issues (such as ISP restrictions and email send limits)? Anyone experienced...
Answer Snippets (Read the full thread at serverfault):
It is even brandable as your domain name/email address and if you upgrade your itself to....
Is that it is designed from the ground-up for sending bulk email, it ensures that the email sent will not get blocked due to spam etc.
|
|
Does anyone know of a plugin or something that can be used to send bulk emails for a Rails app?
Specifically, I'd like to be able to pass an HTML email file to a rake task or something and have it emailed out to everyone who has signed up to my site and...
Started by Micah on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Mailcar - Ruby on Rails mass / bulk email plugin
You might want to take a look.
You could try to give you credit.
To you, but SQL Answers Mail for SQL Server sends bulk email directly from SQL Server.
|
|
(I know this should possibly be on superuser, but another similar question was moved to server fault - if you think it should be moved please say in the comments)
A friend of mine runs a number of dance classes and events, and is moving ISP (within the...
Started by Nick Fortescue on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Managing legit bulk mailing is a major hassle dead/invalid email addresses..
This professionally like Mailchimp or Constant Contact.
|
|
I have a list of around 5,000 to 10,000 (individual user supplied) email addresses from people all over the world, each associated with their username and language codes. I also have a single message translated into the different languages of the users...
Started by KTC on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You have to keep track of who you sent email to in a file/db/shared memory or through paired sockets.
Your email will then trickle out.
If that's your concern - if the queue is empty, it'll just exit .
|
|
I have a list of one million email addresses of varying quality (the list has never been pruned) which needs to be cleaned. All addresses are syntactically correct, but many of the mailbox accounts may have expired.
Can someone recommend a tool for this...
Started by Björn Lindqvist on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
However....
It was handy when you were trying to email someone but weren't quite sure as to the proper format or spelling of their email address.
Fundamentally the only way you can know that an email address is valid is to get a reply.
|
|
Hello.
For my upcoming social networking website, I am looking for suggestions on the best way to implement emailing. Here are some of my requirements and constraints:
Requirements:
- Should be able to send emails based on events (new registrations, change...
Started by Kabeer on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
If you do send Unsolicited Bulk....
Use the aforementioned overloaded email functions to send invites after.
That way, you can call the same function after
User initiated events .
An email handling function, probably with overloads too.
|