newsletter

how to generate unsubscribe link for newsletter?

夙愿已清 提交于 2019-11-29 15:29:08
问题 I want to write a newsletter with php. but i have a question: how can i generate a code for unsubscribe. In fact i want a unique code for each subscriber. for example in 'http://net.tutsplus.com/' you can see something like this:'http://tutsplus.us1.list-manage.com/profile?u=0154weg635df2fdwied2541cbed&id=c5652sdfre7&e=8758563dfgde'. and another question is that this code should be saved in data base or no?(because i think if it's unique for each person, it's not necessary to generate every

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

一个人想着一个人 提交于 2019-11-29 14:34:24
问题 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 following format: John Smith;Jsmith@johnny.com;other paramaeters...;[like] ;Male;Age... I will develop my own module if I could find another emailing manager. Are you already satisfied with a similar application with a trusted (spam-prevention) emailer? 回答1: http://www.phplist.com is considered one of

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

主宰稳场 提交于 2019-11-29 02:56:42
问题 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 layout for my company, but I dont feel confortable writing 3 nested tables. 回答1: If you want your HTML-email to look good in most email clients, you should write your HTML as it still was 1999 :) 回答2: I'd highly recommend paying a visit to the Email Standards Project website. It lists almost every

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

若如初见. 提交于 2019-11-28 14:58:48
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 following two urls: https://www.facebook.com/sharer.php?u=[URL]&t=[TEXT] http://twitter.com/intent/tweet?source=sharethiscom&text=[TEXT]&url=[URL] Is there a similar functionality available for Google Plus? All I could find on my own, is the Google+ button, which unfortunately uses JavaScript and thus it cannot be used in an email newsletter. I would expect Google to provide a static url fallback,

adding form to html email newsletter

Deadly 提交于 2019-11-28 10:07:53
问题 Is it possible to add a form to an email newsletter? I have tried to include the code but when I send the email input fields don't show up in the email client. Any help will be appreciated. The form code I included is: <form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=GenzymeRareCommunityBlog', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" style="border:0;" target="popupwindow"

z-index ignored in newsletter

狂风中的少年 提交于 2019-11-28 00:32:53
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Thank you for subscribing to our newsletter!</title> <style> img.img { z-index: -1; position: absolute; float:left; } .content { position: relative; z-index: 5; } </style> </head> <body> <div style="width: 750px; font-family: Arial, Helvetica, sans-serif; font-size: 11px;"> <img class="img" src="email.png" /> <div class="content"> <h1>Text<small>app</small></h1> </div> </div> </body> </html> When i send

Adding a custom field to Magento's subscription module

家住魔仙堡 提交于 2019-11-27 07:31:02
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 back-end and be sent as an email to a preset recipient? Thanks. There are a few things that you need to take care of to make this work: Add a new column for your data to the appropriate database table Make sure that magento saves your new field to the database Present the data in the admin backend Record the data when you get a new newsletter subscription Here's how you can do all those things: Ad. 1)

z-index ignored in newsletter

你说的曾经没有我的故事 提交于 2019-11-26 21:43:54
问题 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Thank you for subscribing to our newsletter!</title> <style> img.img { z-index: -1; position: absolute; float:left; } .content { position: relative; z-index: 5; } </style> </head> <body> <div style="width: 750px; font-family: Arial, Helvetica, sans-serif; font-size: 11px;"> <img class="img" src="email

Adding a custom field to Magento's subscription module

本小妞迷上赌 提交于 2019-11-26 17:39:38
问题 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 back-end and be sent as an email to a preset recipient? Thanks. 回答1: There are a few things that you need to take care of to make this work: Add a new column for your data to the appropriate database table Make sure that magento saves your new field to the database Present the data in the admin backend

AJAX Mailchimp signup form integration

故事扮演 提交于 2019-11-26 09:25:49
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 working with MailChimp Thanks gbinflames You don't need an API key, all you have to do is plop the standard mailchimp generated form into your code ( customize the look as needed ) and in the forms "action" attribute change post?u= to post-json?u= and then at the end of the forms action append &c=? to get around any cross domain issue. Also it's important to note that when you submit the form you