Hey guys. I need help for a project for school. Essentially, I need to write a program that sends newsletters. I can send the newsletters and stuff, but the main issue I'm having is that the newsletter needs to contain things that are contained in a database. How exactly do I draw those things and put them into a newsletter? The bulk of ...
Hi,
I'm looking for the best prestashop newsletter module, that allows me to manage custom newsletter layout and newsletter sending.
Has anyone ever used one? Wich one would you recomend?
Thanks!
...
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 if I can define a hover effect in the style attribute. Or is there any other solution to a...
I'm building a web application, call it http://mywebapp.com, where a user should be able to create a newsletter and email it to everyone in his user account's contact list. So he can check mark all his friends, select an html template, fill in the body content, and send.
The only catch to this is that after the user sends the email, the...
I'm developing a newsletter in asp.net that will be send to a large quantity of users, so each kilobyte that I can reduce will help a lot in the use of bandwidth consumption, what I do until know is write the aspx excluding some spaces between tags, and before render, i've renamed some controls ids to "-" to save more space.
So now, the ...
I have a service that receives an object containing all the data needed to build a newsletter. I need to be able to generate the email using different templates.
I don't want to involve the whole ASP.NET stack for that, so I want a separate templating engine.
Reading a lot of opinions, I have found that XSLT was not getting very much lo...
I'm sending out a newsletter on icontact. Does it matter where the images in the newsletter are hosted? Would it trigger any spam filters if they come from a domain different from the email address?
...
Hi,
I've built a newsletter system which tracks:
Openings
Link clicks
Unsubscriptions
However, I need to find a way of tracking which newsletter emails 'bounced back'.
Has anyone done this before and whats the best way of doing it?
Thanks,
Curt
...
Hi all,
I am in the process of creating an app in which a customer can add email addresses to an event. This means that each email address is sent 2 urls via email when added to the list, 1 url to accept and the other to decline. The url is made up of a number of query parmatters, id's etc.
The issue I have is that I want to prevent t...
Im looking for a Wordpress plugin that will allow editors to pick posts to add to a newsletter that can be output as plain text and email friendly HTML. I'm not bothered about mailing lists and subscribers ect as we already have an email system for handling this. Any plugins that can do this? Many thanks in advance.
...
hi,
can anyone tell me how can i send images as main body part in newsletter. how can i add any image from backend such that when i send a newsletter to the subscribers the image i want to show goes as main body part of the mail.
actually what i am saying is i have a form in which i can enter text and that text goes well in newsletter....
I m using phpmailer and when i send newsletter i m just getting 0kb file size, Could anybody help me plz
<?php
require_once("dbconnect.php");
require("class.phpmailer.php");
$mail = new PHPMailer();
$mail->IsMail();
$mail->From = "[email protected]";
$mail->FromName = "mywebsite";
$mail->Host = "localhost";
$chkval=$_REQUES...
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.
...
Hello
The problem i have is that i have created newsletter template, added few subscribers and i can add the template with subscribers into queue - all that works fine.
I can also run the cron.php from the browser - it runs without errors, but the damn e-mails are not going out anyway. For that reason i have not done the crontab -e an...
Hi experts,
I was looking for a simple pop to say subscribe for newsletter plugin, when a user clicks on a link(not on page load), and its gets, user name with email.
Can any body suggest any plugin or have idea how t get is done?
Thanks
...
I have a client that I'm wanting to move to a virtual private server. I'm trying to keep his server as simple as possible, not even having an email server on there (or at least that is the plan). The reason being I've read that email servers are complex to setup and take up alot of resources. I'm not sure what to do here.
He has a newsl...
I currently have a client website on the Grid server on MediaTemple that will be moved to a Virtual Private Server soon. Currently it's using some hacks to trickle his massive email sendouts using cron jobs and queuing with the database (to avoid going over the limit MediaTemple set).
We can't use third party solutions (like MailChimp ...
Hi Guys
I want apply margin property for my html newsletter
But Gmail ignores this CSS property
Is there any way to add margin to html element ?
Thanks
...
Hello,
I want to send emails where the data is from a php/mySQL query.
I know that html will render in the email but i don't think the php codes will.
So is there any way where i can send emails with content queried from a mySQL DB ?
I already search here, there is one topic that covers it but the person who advised suggested a pdf ...
Hi,
Im coding html newsletter and faced up with strange thing in gmail. Code:
<table cellpadding="0" cellspacing="0" width="700" height="122">
<tr>
<td valign="top" colspan="3" width="689" height="8"><img src="http://www.url.com/img/product_top_border.gif"></td>
</tr>
...