A email or document containing a one or more news stories that will be distributed to a group of subscribers.

learn more… | top users | synonyms

82
votes
8answers
39k views

Adding a Google Plus (one or share) link to an email newsletter

I am trying to find a way to embed a share/+1 link for Google+ in a Newsletter, much like the Facebook share and tweeter tweet links can be embedded in a newsletter, which can be achieved with the ...
18
votes
6answers
6k views

Django Newsletter App

Is there any newsletter app for django, allowing users to subscribe-unsubscribe for newsletters? I'd like to have an app that's easy to use and administered via the Django admin.
14
votes
5answers
6k views

AJAX Mailchimp signup form integration

Is there any way to integrate mailchimp simple (one email input) with AJAX, so there is no page refresh and no redirection to default mailchimp page. This solution doesn't work jQuery Ajax POST not ...
10
votes
7answers
4k views

Track php emails with php script?

I am sending email newsletters using php mail() function. I have to track the newsletter emails status. The status would be 1. Num.Of Sent. 2. Num.Of Delivered. 3. Delivered date. 4. Total Num.Of ...
8
votes
12answers
3k views

Is it true that newsletters in HTML should have a “table-based” layouts?

I read somewhere that when creating a HTML email, you should use the table-based layout. You should not care about creating tableless css based layout. Is that true? I have to create a newsletter ...
6
votes
4answers
2k views

how to send image in newsletter?

can anyone tell me how can i send images as main body part in newsletter. how can i add any image from backend such that when i send a newsletter to the subscribers the image i want to show goes as ...
6
votes
3answers
198 views

What is the best way to integrate ExpressionEngine members with MailChimp?

I am developing a site that uses FreeMember to handle user sign-up, login and profile updating. We want to offer a way for users to sign up for the newsletter when creating an account as well as the ...
6
votes
1answer
408 views

.NET Newsletter Application

Are there any newsletter applications written in .NET available as open source software? Thanks.
5
votes
4answers
3k views

Is there a site that emails out daily C# tips and tricks? [closed]

I subscribe to a newsletter from www.sqlservercentral.com that I like because each day I get an email digest with some interesting headlines & summaries of SQL Server articles that are already out ...
5
votes
2answers
6k views

Email tracking techniques in php

I am doing a newsletter Management in php. I need to track the visitors who opens our newsletter, I have inserted the tracking image in newsletter thats seems to work little. Using Shift mailer there ...
4
votes
5answers
943 views

Should I use HTML 4.0 mark up for my email templates?

A designer coded an html template using CSS best practices. I want to use this template as an email newsletter template, but I've heard people say hotmail, yahoo and gmail offer limited support for ...
4
votes
3answers
3k views

Set subscriber status in Magento programatically

I am trying to write a module that syncs my newsletter subscribers in Magento with a external database. I need to be able to update the subscription status in Magento programatically but I am having ...
4
votes
3answers
247 views

Which are the must-have-newsletters subscriptions for .net/java programmers?

I think there are several newsletters which are very good in content. EDIT: Such as http://www.javaspecialists.eu/archive/archive.jsp
4
votes
4answers
16k views

What's the best open PHP newsletter manager? [closed]

I'm looking for a nice newsletter management solution. I tried CCmail a good script, but where I can't imort usernames! I would like to find a system that is able to import Opt-in lists in the ...
4
votes
1answer
125 views

php newsletter script duplicating body content

just done a little bit of code to send out a newsletter based on a sql table. first one with 70/80 subscribers went off fine, now when i've moved to the second one that has around 250, the ...
4
votes
3answers
8k views

How to embed a facebook like button in a HTML Newsletter?

I would like my readers to like my fan page while reading my newsletter. How to embed the standard iFrame button count at the beginning of my email?
3
votes
4answers
10k views

Adding a custom field to Magento's subscribtion module

The newsletter subscription module in Magento has only one field (email) by default. After I add an extra field to the form (say country), how can I get the form data to show up in the Magento ...
3
votes
3answers
1k views

What is the best way to implement an unsubscribe link for your newsletter?

I am thinking that I create a deactivation code put that in the unsubscribe link along with their user id. Then when a recipient of my newsletter clicks the link, I can look up their user id and see ...
3
votes
3answers
33k views

standard size for html newsletter template

i'm wanting to create an html newsletter template to be emailed out, however, i'm unsure of standard dimensions for it. would a 800w be good? or should i go w/ something smaller? for webpages my ...
3
votes
2answers
3k views

Mass mailing HTML-newsletter in Asp.Net

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 ...
3
votes
3answers
2k views

Spacing between row in newsletter html table in Hotmail and Gmail

I try to create an newsletter. The display is perfect on web browser, perfect in thunderbird too... but in webmails like Gmail or Hotmail... I have spaces between the rows. Here is my code : ...
3
votes
1answer
745 views

In Kentico CMS, how do you programmatically Subscribe Users to Newsletters?

Upon completion of a custom payment form I add two user roles, a badge, and two friends. All of those changes work well and populate to the User object and corresponding database tables. When I use ...
3
votes
1answer
563 views

Android Devices wrapping text to screen width

Is there a way to stop android mobile devices wrapping text to the screen width? Layout container widths are preserved (tables, td's) but android insists on wrapping the text to fit the screen width. ...
3
votes
3answers
2k views

Open source java newsletter/mailing system

I've just looked through a web, but I can't find any open source implementation of java newsletter/mailing system. Desired features: send mail separately to ~1000 recipient unique links in mails, ...
3
votes
3answers
550 views

Handling undelivered emails using Zend Mail

I'm sending newsletter using Zend Mail. I have used setReturnPath() to put all undelivered mail notifications in one place. And what now? How to get the list of addresses which were unreachable? ...
3
votes
1answer
6k views

Prestashop Newsletter Module

I'm looking for the best prestashop newsletter module, that allows me to manage custom newsletter layout and newsletter sending. Has anyone ever used one? Wich one would you recomend? Thanks!
3
votes
3answers
48 views

Prevent senders from breaking html newsletters

So I've created a beautiful html newsletter, tested it across email clients and happy times are ahead. Then I give it to the client and they send it out. All jolly good. But then when they want to ...
3
votes
2answers
1k views

Sending HTML newsletters with plain-text fallback

I am currently using a script which uses file_get_contents to get the contents of a php file, and then sends it inside an email to a list of customers. I would like to alter the script to allow for ...
3
votes
1answer
2k views

How to send a newsletter from Magento?

I have a start-up and I want to send a newsletter to all my subscribers and customers, but I don't know how. I select the template and choose "Queue Newsletter" and set the date/time but it never ...
3
votes
1answer
1k views

How Do I Achieve Mailchimp List + External Database List Status Synchronization?

I'm new to the world of MailChimp and custom API integrations so please bear with me. I'm also an internet marketer (not a developer), so please bear with me even more ;) The Situation: We ...
3
votes
3answers
57 views

Newsletter tracking image Outlook

I have a newsletter system that keeps track of the people who read it. Although this function works only if permission is given to download the images. But this is not my problem at this time. My ...
2
votes
4answers
2k views

Are there any open source PHP software for sending mass mail, i.e. newsletter?

I have used SendStudio in the past, but I am wondering if there is an open source version using LAMP? Preferably, it should use a WYSIWYG editor for the emails, and be friendly on your average user.
2
votes
3answers
1k views

sending a lot of email in newsletter module

i am writing a newsletter module in php/mysql. how can i send email to site subscriptors that doesn't cause my mail server get blocked ? i mean it doesn't treat as a spam sender?
2
votes
1answer
1k views

How to write a:visited in inline CSS?

Related Topic: How to write a:hover in inline CSS? I need to create an HTML Email News Letters. All styles should be inline. (According to – http://www.campaignmonitor.com/css/ Not all email clients ...
2
votes
3answers
888 views

Why are there spaces between the images in my newsletter when it’s sent?

I have a newsletter to send, but some extra spaces appear between the rows in Yahoo, Gmail and MSN. But this is what you see (funny that in jsfiddle it’s the same as Yahoo etc.) — notice the grey ...
2
votes
6answers
7k views

I need a recommendation for a Wordpress Newsletter/Mailing list plugin

Looking for a recommendation on a simple newsletter plugin for Wordpress. It needs to have a signup box with email, name, etc.. and then a back-end for viewing these email addresses and sending ...
2
votes
1answer
568 views

Sending newsletters in Rails 3

Is it suitable to use Mail Gun to send out newsletters (bulk emails)? We are currently using Mail Gun to send out transactional emails (i.e. for confirmation emails) Works great! We are looking at ...
2
votes
3answers
894 views

Sending a large email mailout through Gmail or maybe even Google App Engine?

I have a client that I'm wanting to move to a virtual private server. I'm trying to keep his server as simple as possible, not even having an email server on there (or at least that is the plan). The ...
2
votes
2answers
1k views

Convert web html to e-mail Html

I was wondering, if there is software out there that can convert an (web html css) to (e-mail html inline css) file, in order to be viewable from most e-mail clients like outlook, Thunderbird or ...
2
votes
1answer
197 views

How to send an email which exactly looks in the outlook express how i see in my web browser?

In my web browser this shows correctly. But when i send it to Gmail or Outlook it does not show correctly nor it show in the center alignment layouts. (many other newsletter i receive they fit it ...
2
votes
2answers
419 views

Any Free PHP Magazines, Newsletters? [duplicate]

Possible Duplicate: What are good PHP and MySQL type Blogs to read? Are there any sites that offer free php/mysql magazines to read online and/or monthly newsletters or mailing lists?
2
votes
1answer
406 views

(Best Practice) How to send Newsletters?

What's the best solution to send an email to 5.000 guys with PHP? is a simple Loop enough? should i split them and add a cron every 5 minutes? Thanks for suggestions!
2
votes
1answer
696 views

Is there a way of setting line height in Gmail within html email

I've coded a HTML email. I've tried setting line-height inline using pixels and percentages and gmail seems to ignore everything. Is there a way of setting this or will gmail always strip my ...
2
votes
1answer
90 views

Scheduled Newsletters with Products.EasyNewsletter in Plone

How do I set up automated newsletters with EasyNewsletter in Plone? I know Singing & Dancing has this function however EasyNewsletter has the following features which Singing & Dancing ...
2
votes
1answer
321 views

Sending Newsletters from Django

I am seeking advice from someone with experience integrating django and newsletters. I need to send newsletters from my django app. I see that there are a couple of packages that already do this ...
2
votes
2answers
266 views

php html email help?

I'm using below code for php html email: $to = $email; $subject = 'ABC'; $message = $content; $headers = "MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/html; ...
2
votes
1answer
482 views

Track bounced back newsletter emails

I've built a newsletter system which tracks: Openings Link clicks Unsubscriptions However, I need to find a way of tracking which newsletter emails 'bounced back'. Has anyone done this before and ...
2
votes
1answer
497 views

Newsletter for CI [closed]

is there a newsletter code available for CI ? Or something like PHPList for CI ? Something that is already written in MVC and could be using CI mailing library? Thank you
2
votes
2answers
348 views

Newsletters. Sending a web Page as mail body

I ve seen a lot of good and "bad" in implementation newsletters. In my opinion Devexpress has good ones. I never clicked the "Having trouble reading this newsletter in your E-Mail client?" because ...
2
votes
2answers
49 views

Is it ok to use HTTP GET method that modifies the DB for newsletter confirmation/unsubscribe mails?

I'm implementing a web app that gives the user the ability to subscribe to a "newsletter". Users only need to provide their email address, there is no signup page. To confirm the email address the ...

1 2 3 4 5 8