Email campaign

email capaigns – blog


Archive for the ‘Programming & Design’ Category

We require High class mobile number database and Email id database for our all india campaign?

We require High class mobile number database and Email id database for our all india campaign.Can anybody suggest from where we can get those database?

1 Comment

Any Suggestion for emails design programs?

I run an email campaign this year, some of my client complained that my email tasteless / plain. my friend suggest that I should learn to design email both text and template. but now I’m struggling of witch program should I choose to design the templates, any suggestion for me? I’ll give you the best [...]

1 Comment

HTML FREE SOFTWARE.to create own email campaign?

…real novice, no HTML experience, looking for a FREE download to create own templates and have personal clients open my email and see my ad..instantly, no links or othwerwise…Thanks!

3 Comments

where can i find some free email capturing html code I can put on my blog/website?

All I get are marketers trying to sell their software to do this. I just want simple directions and code on how to place an email capture square or landing page code that I can paste into my blog. I hope that makes sense!

2 Comments

What’s the best resource for validating an email opt-in form? I need both name and email fields validated?

Any javascript solutions? Here is my code:
function CheckMultiple115(frm, name){
for (var i=0; i < frm.length; i++)
{
fldObj = frm.elements[i]; fldId = fldObj.id;
if (fldId){
var fieldnamecheck=fldObj.id.indexOf(name);
if (fieldnamecheck != -1){
if (fldObj.checked){
return true;}
}
}
}
return false;}
function CheckForm115(f){
if (f.email.value == “”){
alert(”Please enter your email address.”);
f.email.focus();
return false;}
var fname = “CustomFields_1_115″; var fld = document.getElementById(fname);
if (fld.value == “”){
alert(”Please enter your First Name”);
fld.focus();
return false;}
return true;}
Form:

1 Comment

Does anyone which free HTML editor for Emails campaigns?

Hey There,
I am doing an email campaign in which i want to make it more personal when subscribers read the email, I want it to be something like Hi (their name) instead of making look like another advertisement. Does any one know an good html editor that can help me do this.

1 Comment

How can I add users to a protected directory on my site (members only) when they subscribe to me mailing list?

I want to have a members only area of my site and only give access to people that subscribe to my newsletter. I can do this easily enough by protecting the directory and adding users manually to it, bit I’d like to find a way to add the user and assign the password automatically [...]

1 Comment

Computer Programming/Game question?

I was up late one night flipping through channels and i saw this odd show on cartoon network. It was called .hack sign. I was thinking about the amount of memory and processor speed that this would take to actually play. So my question is how much memory would it take to actually play a [...]

2 Comments

If I have a design done in photoshop, how do I turn it into an email blast?

you know, like those emails you get that have a bunch of graphics in them.

1 Comment

I need help adding an opt in mailing list to my website?

I have a sight built in dreamweaver (not that I am very good with dreamweaver) but I can’t figure out how to add an opt in mailing list. I simply need a field for first names and a field for an email address. Any pointers? Thanks for your help! Carolyn@thelandofquotes.com

2 Comments