newsletter

What's the best Open Php newsletter manager ?

Hi :) I'm looking for a nice newsletter management solution. I tried CCmail a good script but whaere I can't imort usernames !!! I would like to find a system that is able to import Opt-in lists in the following format : John Smith;[email protected];other paramaeters...;[like] ;Male;Age... I will develop my own module if I could find...

What to charge for card style newsletter design work?

hi friends, my client asking for Card Style Newsletter design. I have no idea how much normally designers charge for such work :/ any idea? thanks!! appreciate ... ...

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 mails. Everyone I've looked at is trying to send pages or posts as email. Any help is appreciated. ...

PHP/MySQL mailing list, mailer and subscription classes

I am working on a project that needs a emailable mailing list built into it with a very complex list structure. Originally I thought I could just use PHPList to do the job with some minor alterations because of its list management. But now I'm finding that I'm going to need to build this from scratch. PHPList is way to complex to make tw...

mass emailing isse

hi guys! Is there a system that i can just download for my mass emailing (newsletter system) in asp.net (c#) that is easy but is fully featured in terms of writing newsletters and sending them. What i had was a very simple system that does not even have wysiwyg editor and that email sending limits of the server is a major headache. Say,...

Customizable open source e-mail newsletters server for Linux, perferably Python or PHP-based.

I'm looking for a customizable open source based e-mail newsletters server for Linux, preferably written in Python, Coldfusion or PHP. We want to be able to customize it to integrate with our existing SMS-platform so good modular support would be nice. ...

how to get confirmation of newsletter that user read it or not

i want confirmation that my newsletter is open by customer or not ...

HTML email not received in gmail, but succeeds with yahoo, msn, aim, and work domain. Is it my HTML?

I have tried sending and HTML formatted email using ACYmailing for Joomla AND Mailchimp. It works for yahoo, msn, aim, my work domain but not for gmail. I can send plain emails from my server to gmail but the HTML formatted newsletter doesn't work. Someone suggested it may be my HTML code ~~~> Pastebin I couldn't find a problem with i...

php/java/c# script to build email marketing service

Anyone, which know of a script/system which could be used as a starting point for building a email marketing/newsletter sending resell service? (like http://www.campaignmonitor.com/ or mailchimp.com ) We are looking for something professional, which are able to handle bounces etc etc ...

Shared Hosting mail limits workaround

Hey guys, so i have a couple of sites on paid shared hosting, my host limits the mail to 300 per hour. One of my sites has more than 500 subscribers. My question is how can i send the newsletter to all my subscribers? is there a way or a script that i can use to send the first 300 users the email and after an hour to send the rest...? ...

Ruby on Rails for web applications, Django for webpages?

Days ago I read something like "Ruby on Rails is for web applications, Django is for standard webpages". Is that true? I have to decide in the next weeks if I go with Ruby on Rails or Django for an university project. It will be an email marketing software. What do you advise me to use? ...

RoR: Saving rendered emails as HTML for linking in email.

Like it is in many newsletter services, I want to use Ruby on Rails to write a Newsletter. Now I want to provide a link in this email to view this newsletter in a browser, if the email is not shown correctly in Email Client. How can I do this? ...

Sending emails with PHPMailer()

I have created a newsletter system and my question is: How should i write my code considering that i have to send that mail to hundreds of email addresses? I've discussed with my host administrator and he told me that i should send my emails one by one but not more than 6 per minute. Can i use the $Timeout property? If so, how? Tha...

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. BTW, I'm not a spammer. Thanks ...

searching for a program / tool that can show you screenshot how your html page show in big mail servers

i search for tool / program that i can upload my html (newsletter), and the program can show me screenshot or in other way how my newsletter seems in GMAIL / YAHOO / HOTMAIL / OUTLOOK .. the big mail servers , it saves for me , the need to open an account in every provider. and check in every mail how it seems . thanks ...

Newsletter for CI

Hello, 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 ...

html newsletter in lotus notes 8

Hello. I am trying to send HTML newsletters and it works fine in most email clients except Lotus Notes 8. Problem: Table size get converted to 100% width even though set to 640. I have tried to encapsulated everything into one table. Tried the following: <table width=640> <table width="640"> <table cellpadding=5 width=640> <table cel...

Email tracking techniques in php

Hi Everyone, 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 is option to embed an inline image to newsletter. Is it possible to track using this inline image? Is there any other techn...

subscribing to mailchimp from my site's signup form.

Hi friends, I'm working on a website, it has membership. visitor fills form and be member. now somehow I need to forward the email at this signup form to my mailchimp mail list, so from 1 form I will get membership (to my site's db) and added email to mailchimp (for newsletter) is it possible? appreciate advises!! thanks! ...

How can I create an email newsletter by taking objects from a database?

Well, I'm trying to create a newsletter, that will send emails to users in a database. The newsletter itself would draw "events" and other activities from a database. Whats the best way to take that list, and put them in an email? I was thinking about putting them into an html page, then sending an html email, but not all emails support...