|
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).
|
|
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.
|
|
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.
|
Ask your Facebook Friends
|
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 .
|
|
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.
|
|
I regularly send files in Gmail to exchange files between different computers. It is cumbersome. I want quickly to send my files, such as error logs. I found a promising article [1] about Mutt, but it apparently is not what I want:
Please note that mutt...
Started by Masi on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
A sort of email proxy.
Why are you using email for this? Other options:
FTP/SCP (run a server yourself, or purchase a cgi script on my server that had the ability to mail things to myself.
|
|
I want to send mail to hundreds of email addresses in PHP using php mail function. How can I do that?
Answer Snippets (Read the full thread at stackoverflow):
I wouldn't try writing your own bulk mailerUse PHPMailer....
Alternatively, if you have access to the server segments of your email blast without throttling your server.
With it and it hasn't failed me for bulk email sending.
|
|
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 experience with hotmail, yahoo (web.de, gmx.net) and similar...
Started by Johannes on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
You want to look at the following:
add a bulk-header to your outgoing email ( Precedence: bulk ) look into SPF look into SenderID look into DomainKeys or DKIM setup and handle email to abuse you are on them Also....
On the list.
|
|
We have a Microsoft web stack web site, we have a members database.
We want to start doing mass-emails to our (opted in) membership.
I don't particularly want to re-invent the wheel with a system for having a web form submit and then mass send emails ...
Started by THEMike on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
A very reliable site.
I agree with acrosman, third parties that host email lists are a good way to go.
Out how DotNetNuke does this
Unless your running a business that specializes in email, I'd suggest).
|
|
I have been using the sendmail function in php with exim4 so far when I had to send my mailing lists, I would like to know if there is a clean solution for that.
I'm quite sure that facebook isn't sending email notifications in foreach loops.
I have tried...
Started by mnml on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
This works well if you can learn providers are very strict about the ....
I run a site where a single user action can spawn hundreds of email listserv or mailman to handle the email and the unsubscribes.
bulk email as needed.
|