A email or document containing a one or more news stories that will be distributed to a group of subscribers.
Questions tagged [newsletter]
835 questions
-2
votes
1 answer
How to find out duplicate inline css styles?
I've got a huge HTML newsletter file, in which I am supposed to remove duplicate CSS rules, however all of the rules are inline based.
I've been searching all over the internet, but everything ( eg css lint ) seems to be for external css files.
Do…

Kevin
- 70
- 1
- 6
-2
votes
1 answer
Wordpress newsletter plugin that composes from posts
I am looking for a Wordpress newsletter plugin which allows me to compose newsletter from WP posts. So far I have found only one (https://www.thenewsletterplugin.com/), but I was wondering if anyone knows of another one.
Cheers!

Cees Rijken
- 11
- 4
-2
votes
1 answer
Best practices - should I order newsletter recipients by email host or not?
For a newsletter mailing, about 50,000 users, using pear, is it convenient to order the list by mail provider or leave it all randomly?
-2
votes
1 answer
The same newsletter mail randomly sent to the registered customers
My website built in bespoke n-retail coding based on PHP. Currently, I am having an issue whereby the same newsletter message randomly sent to my registered customers.
Where in the file manager I need to check to find the issue. It must be a bug…

Saeed
- 1
-2
votes
1 answer
Import personalized newsletter to Mailchimp
So I've coded a Mailchimp newsletter with their code format.
But the problem is that when I import that newsletter, it don't gets on "drag and drop" mode but goes on "code your own" mode so we only can modify it with code.
I won't touch to that…

Miguel
- 61
- 8
-2
votes
2 answers
What does the submit button do, and how do you make a signup for newsletter with it?
I've been coding a website, it's nearly finished but I want users to be able to sign up for a newsletter. I've found that you can use the submit button but I don't know how to. How do you get the button to email you the information? Any help…

scdmn jeh
- 181
- 1
- 1
- 4
-2
votes
1 answer
Newsletter bundle for Sylius (Symfony3)?
I was wondering if there was any newsletter bundle existing to add to a Sylius (Symfony3) app ? I searched on the net, but only found Symfony2 bundles.
Thanks for your help !

wyllyjon
- 505
- 1
- 5
- 20
-2
votes
1 answer
The best way to implement a pure newsletter in django?
My django service is a pure newsletter service. The user need not have a password. All the user needs to do is provide an email address. We will be sending the email periodically.
So the user does not have to provide the username and password. But…

Sharmila
- 1,637
- 2
- 23
- 30
-2
votes
1 answer
How to send email to a newsletter subscriber?
I'm using a code I found in developphp.com for a newsletter system. But it doesn't show how to send an email to the subscriber for confirmation and an option to opt out. So, How could I send an email to the new subscriber?

Victor Vizcaino
- 11
- 1
- 2
- 10
-2
votes
1 answer
How to handle refused mail?
I've been asked to set up a newsletter service for ~10k recipients (all signed up, no spam)
The thing is I got a lot of rejected emails (non existing addresses),which flooded my inbox.
I wrote a shell script to parse these mails, extract the…

David Ventura
- 418
- 2
- 7
- 20
-2
votes
3 answers
Using Gmail for Rails App advisable?
I am currently building a crowdfunding web application with Rails and in order to send registration confirmations, password resets or just newsletters I need a mail service.
Currently I am using a regular Gmail account, is doing so advisable? And to…

BlackMamba
- 1,449
- 2
- 12
- 18
-2
votes
1 answer
Image gap in Google Mail
I seem to be having issues getting an image to line up with another image in a newsletter in Google Mail. I believe it is due to an anchor tag increasing the height of the because of its positioning. I have tried to assign a height to the…

Phorden
- 994
- 4
- 19
- 43
-2
votes
1 answer
Application for Sending HTML Emails in MIME format
I am coding HTML emails for our company press releases and wondering what is the best way to send a multipart HTML email? Some people say outsource it to a mailchimp.com or a campaign monitor. Other's seem to use PHP on their web server.
What is the…

user3137902
- 3
- 1
-2
votes
1 answer
Create HTML Email with images only - gaps in gmail
I made it through photoshop and sliced it. I have no idea on what I'm doing.
Any help appreciated
here is the html http://pastie.org/7703074
there are gaps above and below the images when its in gmail. But there aren't any gaps on the left and…

RubyA
- 11
- 2
- 6
-2
votes
2 answers