Questions tagged [newsletter]

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

835 questions
132
votes
10 answers

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 working with MailChimp Thanks
alexndm
  • 2,899
  • 5
  • 24
  • 25
130
votes
8 answers

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 following two…
Dogoku
  • 4,585
  • 3
  • 24
  • 34
88
votes
20 answers

HTML image not showing in Gmail

I'm sending an e-mail newsletter in HTML. Inside the HTML I have something like When I open the newsletter with Thunderbird or Outlook, the image is being…
Rita
  • 1,233
  • 2
  • 14
  • 23
36
votes
26 answers

How do I remove link underlining in my HTML email?

BOOK NOW I used this code to make a link in my HTML email. In…
pubudumj
  • 361
  • 1
  • 3
  • 4
28
votes
10 answers

How make background image on newsletter in outlook?

I'm trying to make newsletter where I have some image as background and text on it. This is easy but I need this to work on Ms Outlook. What I have tried: 1. text 2.
Mateusz Rogulski
  • 7,357
  • 7
  • 44
  • 62
26
votes
5 answers

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 recognize STYLE tag with in the HEAD tag. but they…
Atara
  • 3,523
  • 6
  • 37
  • 56
26
votes
4 answers

Custom mailchimp signup form in React

I have a react app that I would like to add mailchimp signup form to. I am building a custom signup form and have user sign up by entering their first and last name and email. I am not dealing with any campaign stuff. All I am trying to achieve is…
ah_gel
  • 411
  • 1
  • 4
  • 11
19
votes
3 answers

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 webmails like gmail,yahoo,hotmail etc. I would like to…
themhz
  • 8,335
  • 21
  • 84
  • 109
19
votes
2 answers

Is it safe to use protocol relative URL in email?

There are existing discussion [1] on the use of protocol relative URL in HTML, but how about email? Will email client, or service providers like Gmail strip or modify protocol relative URL when they are used in HTML email? [1] Can I change all my…
Howard
  • 19,215
  • 35
  • 112
  • 184
19
votes
6 answers

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.
Stephen
16
votes
2 answers

Getting my HTML into Email

I created a HTML template that I want to get into an email so it can be sent out, but how does one do this? I have Outlook 2016 and research I had read before with Outlook 2013 and below you could 'insert text' instead of the linked file, but…
Ninjab
  • 167
  • 1
  • 2
  • 10
15
votes
3 answers

Gmail removes background-size in my newsletter

I have an email newsletter, that contains product pictures of the products, which are promoted via newsletter. I use full size pictures and resize them with:
nu.frix
  • 193
  • 1
  • 6
14
votes
3 answers

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 if the deactivation code matches. Does this sound…
Tony
  • 18,776
  • 31
  • 129
  • 193
14
votes
7 answers

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 Read. 5. Unique Num.Of Read. 6. Read date. 7.…
Jagadeesan
  • 1,087
  • 3
  • 9
  • 24
14
votes
2 answers

How to create a hover effect in a newsletter?

I'm creating a newsletter, and i want to have panels that change background-color on mouse over. Seeing as the newsletter wont have a head, I am defining all styles inline. I'm pretty sure most popular mail clients will block JS. So I was wondering…
Moak
  • 12,596
  • 27
  • 111
  • 166
1
2 3
55 56