|
I'm a freelancer, starting an email newsletter for my clients for the first time. I have some questions about email newsletters.
So I want to start an email newsletter for these reasons: A client requested that I start an email newsletter with some general...
Answer Snippets (Read the full thread at metafilter):
But whatever you do, you want your newsletter/content to get clients....
If your clients are more traditional and corporate, perhaps an email newsletter is a good idea.
Be more appropriate (and easier to manage) than an email newsletter.
|
|
I want confirmation that my newsletter is open by customer or not
Started by Sohail Anwar on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
When the newsletter is read) , you'll know that the newsletter....
For instance :
<img src="http://www.yourserver.com/newsletter-tracker.php?id=123456" alt="blah" />
When the script at newsletter-tracker.php is called (i.e.
|
|
What is the alternate logic to Iterate other than "for" loop in sending newsletter to many users as this will exceed maximum time execution time.
Started by Parth on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Instead of using one instance of your program to send N mails, with N being the total amount of mails to send, you could use several instances of a program, which will each send a small number of mails -- and launch that program as many times as needed... .
|
Ask your Facebook Friends
|
I want to send out an email to 20,000+ users about recent changes in our TOS. I would also like to start sending out a newsletter to our users too. This is not spam, all of these users signed up for an account on our site and requested to receive our ...
Started by Joe on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
So how did you do it in the past? Does .
You say these people signed up for a newsletter.
|
|
Hi,
I'm developing a site where I need to send HTML newsletters to a mailing-list.
I have build a html frame where I have my "View in browser" and "Unsubscrib" links (which of cause will vary). In the admin module, I post html and uploads images for the...
Started by lasseespeholt on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Of course if you want newsletter tracking....
Email addresses point to one common account and after sending your newsletter remove all addresses you only want half to ge the newsletter? I would catch any server related issues and stop.
|
|
We have an application that sends newsletter in email format. We would like to have a bounceback report. I am sure there has to be tools (free or not) that do this already, look into a specific email that was sent and wait for bounceback and then drops...
Started by Geo on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
You can define automated actions on receipt of bounce messages according to matches with your ... .
It let's you teach phplist to distinguish between permanent and temporary message-delivery errors .
You could use phplist which has advanced Bounce handling.
|
|
Hey everyone, I'm back and looking forward to more of your brilliance. I have two tables:
newsletters — each row contains a 'id', 'subject', 'body' & 'from' headers for an email newsletter_queue — each row contains an 'id', 'email' address, 'date' added...
Started by Bloudermilk on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
'|'), newsletterid, date FROM newsletter_queue WHERE status='0' GROUP BY newsletterid, ID MOD 125
I'd suspect '|'), newsletterid, date FROM (SELECT email, newsletterid, date FROM newsletter_queue WHERE status="0" ORDER newsletterid, email....
|
|
I wish to add a little field to my website to let people enter their email address.
Should I send that email to the boss, and he will add it to a manual mailing list (outlook or anything else)
or
add that email to a database or flatfile and have a little...
Started by marc-andre menard on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Take a look at phplist
its a open source newsletter management system
There are many mailing list.
|
|
I'm developing an HTML newsletter system using PHP & PEAR. It sends out the emails fine.
However I cannot force Apple Mail to reload images from the server. I have tried:
Restarting Mail Clear ~/Library/MailDownloads Clear ~/Library/Cache/Mail Empty Safari...
Started by William Macdonald on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Is adding a dummy query string to all image URLs an option for you?
<img src="http://example.com/images/hello.png?343882881923"/>
You'd simply update the query... .
You could use OnyX to clear all apps cache and also tune up other aspects of the OS .
|
|
What newsletter application would you recommend? It should handle large lists of recipients, GUI for making the letter and you should be able to make templates for easy re-use.
It should be geared toward people with html/css skills but without programming...
Started by artifex on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Free if you don't plan to have more than 500 .
They have free and paid subscriptions newsletter subscription and unsubscription facilities.
Www.mailchimp.com ) is a very good newsletter alternative.
|