newsletter

Hover image (animate) in news letter email

别来无恙 提交于 2019-12-03 21:40:12
I am trying to create a news letter to go out that will have an image animate when someone hovers over it. they are suppose to find the correct decoration in the email to click to win the prize so when they hover over them 1 will dance. I have it working just fine in basic html for web browsers, the code I am using is a css background so the upper half of the gif is still and the lower half does the moving and it appears when they mouse over it. In emails css backgrounds dont really work for everyone. a.cssmouseover { display:block; width:95px; height:107px; background-image:url('url/moving

Email tracking techniques in php

旧街凉风 提交于 2019-12-02 19:40:29
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 techniques for tracking email. The tracking image must not be sent as inline with the email, as what you are counting, to keep track of people who opened your newsletter, is the number of times that image was downloaded / requested from your server. This means your tracking has a

Newsletter can't hide responsive content on gmail and when I try to forward the e-mail

邮差的信 提交于 2019-12-02 12:23:16
I am trying to write a newsletter but I am having trouble hiding the responsive contents when I test on GMail . On Outlook and Yahoo everything is ok, but if I try to forward the e-mail the hidden contents are visible. I tested using : putsmail > I use this to send test on Outlook , Yahoo and GMail 1 . Yahoo > looks ok, but when I try to forward the e-mail the hidden content it's visible; 2. Outlook > looks ok, but when I try to forward the e-mail the hidden content it's visible; 3. GMail > the hidden content it's visible. mailchimp > this works for me to make tests only on Outlook and it

How to make responsive email work with yahoo mobile app?

大兔子大兔子 提交于 2019-12-02 11:03:01
问题 I have created an email template that is tested to work properly on desktop clients like gmail/yahoo/outlook and also tested correct responsive behavior on mobile gmail app. I am using Android/Galaxy S4. The responsive styles are not effective on yahoo mobile app. Infact, it is not reading the CSS rules from 'style'. Though, desktop chrome set to mobile views (using Inspect -> toggle device toolbar) and logging in to yahoo mail shows the email reading the responsive styles. Question: Does

How to make responsive email work with yahoo mobile app?

十年热恋 提交于 2019-12-02 06:08:32
I have created an email template that is tested to work properly on desktop clients like gmail/yahoo/outlook and also tested correct responsive behavior on mobile gmail app. I am using Android/Galaxy S4. The responsive styles are not effective on yahoo mobile app. Infact, it is not reading the CSS rules from 'style'. Though, desktop chrome set to mobile views (using Inspect -> toggle device toolbar) and logging in to yahoo mail shows the email reading the responsive styles. Question: Does yahoo mobile app not support responsiveness? Or, does it particularly need additional hacks? Update: I

Track php emails with php script?

橙三吉。 提交于 2019-11-30 11:06:19
问题 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 Read. 5. Unique Num.Of Read. 6. Read date. 7. Num.Of Bounced. 8. Total Num.Of users clicked the links in the email. 9. Unique Num.Of users clicked the links in the email. From the above status i could track the following: 1. Is Sent. // This is tracked as it is sent from coding. 8. Total Num.Of

how to generate unsubscribe link for newsletter?

末鹿安然 提交于 2019-11-30 09:51:33
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 time whiling send newsletters). any idea? Ondra Žižka Generate a hash of the user id + some secret

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

徘徊边缘 提交于 2019-11-30 06:08:03
问题 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

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

亡梦爱人 提交于 2019-11-30 05:09:21
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. If you want your HTML-email to look good in most email clients, you should write your HTML as it still was 1999 :) I'd highly recommend paying a visit to the Email Standards Project website. It lists almost every major email client (both standalone and web-based) on the market and outlines how much HTML support is built into

Track php emails with php script?

随声附和 提交于 2019-11-29 23:16:50
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 Read. 5. Unique Num.Of Read. 6. Read date. 7. Num.Of Bounced. 8. Total Num.Of users clicked the links in the email. 9. Unique Num.Of users clicked the links in the email. From the above status i could track the following: 1. Is Sent. // This is tracked as it is sent from coding. 8. Total Num.Of clicked the links in the email. // This is tracked by adding additional parameters in url. 9. Unique Num.Of