Webmaster Forum


Go Back   Webmaster Forum > Web Development > Coding Forum

Coding Forum Problems with your code? Discuss coding issues, including JavaScript, PHP & MySQL, HTML & CSS, Flash & ActionScript, and more.


Reply
 
LinkBack Thread Tools Display Modes
Share |
  #1 (permalink)  
Old 09-18-2007, 08:23 AM
Boogle's Avatar
Contributing Member
Latest Blog:
None

 
Join Date: 09-03-07
Location: England
Posts: 649
iTrader: 0 / 0%
Loading HTML into e-mails

I'm pretty new to the e-mail marketing and have created a news letter in html, that i want to load into an e-mail and send out to our e-mail database list.

Does anyone know the geneal procedure for loading HTML into email's? im a c# man btw if anyone is going to post code!

Any help is appreciated,

Thanks
Boog's
__________________
Price is what you pay... Value is what you get.
 
Reply With Quote
  #2 (permalink)  
Old 09-18-2007, 09:41 AM
bogs's Avatar
Contributing Member
Latest Blog:
None

 
Join Date: 08-01-07
Posts: 1,917
iTrader: 0 / 0%
what kind of email service you are using..?
 
Reply With Quote
  #3 (permalink)  
Old 09-18-2007, 10:10 AM
Boogle's Avatar
Contributing Member
Latest Blog:
None

 
Join Date: 09-03-07
Location: England
Posts: 649
iTrader: 0 / 0%
I will be sending them out via our exchange server using our domain.

Someone e-mailed me this
Code:
public class FileClass { public static void Main() { ReadFromFile("c:\\MyTextFile.txt"); } static void ReadFromFile(string filename) { StreamReader SR; string S; SR=File.OpenText(filename); S=SR.ReadLine(); while(S!=null) { Console.WriteLine(S); S=SR.ReadLine(); } SR.Close(); } }
but reading that, it doesn't seem like it will do a lot, can anyone expand on that?
__________________
Price is what you pay... Value is what you get.
 
Reply With Quote
  #4 (permalink)  
Old 09-18-2007, 09:34 PM
kos's Avatar
kos kos is offline
Coding Tiger
Latest Blog:
Happy New Year 2013

 
Join Date: 04-13-07
Location: .ro
Posts: 4,030
iTrader: 3 / 100%
I'm not a C# programmer, but this code of yours doesn't do anything else than reading a file...

I suppose that an e-mail marketing is based on something like this:
1. create content to e-mail
2. insert in database (or not, that depends on what your using in your marketing campaign)
3. have a procedure that automatically send an e-mail to your designated contacts with your newly uploaded content

Do you have the code that actually sends the e-mail? If you do, than all you have to do next is adding the text file content to the body of your e-mail.
 
Reply With Quote
  #5 (permalink)  
Old 09-20-2007, 06:18 AM
Boogle's Avatar
Contributing Member
Latest Blog:
None

 
Join Date: 09-03-07
Location: England
Posts: 649
iTrader: 0 / 0%
You guys,

Nevermind now I have found this out:

Outlooks 2007 has switched to word for its rendering engine, where as it used to be IE.

This means it no longer supports:

background images;
animated gifs;
flash;
position and float CSS;
forms

We now have to work around these unsupported features and re-deisgn any HTML formats yo 'used' to e-mail since it's estimated that already 40-45% of outlook users are already on Outlook 2007

the link for the article: (please don't move admini- there's too much content to paste ?)

http://www.emaillabs.com/email_marke...tml_email.html

Hope this is a useful piece of advice for anyone attempting mail-marketing!

Boog's
__________________
Price is what you pay... Value is what you get.
 
Reply With Quote
  #6 (permalink)  
Old 09-20-2007, 04:21 PM
kos's Avatar
kos kos is offline
Coding Tiger
Latest Blog:
Happy New Year 2013

 
Join Date: 04-13-07
Location: .ro
Posts: 4,030
iTrader: 3 / 100%
Interesting!

Thanks for letting us all know!
 
Reply With Quote
Go Back   Webmaster Forum > Web Development > Coding Forum

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
HTML e-mails Outlook 2007 Boogle Web Design Lobby 3 09-20-2007 12:39 AM
HTML e-mails mess_alex Coding Forum 1 11-07-2006 11:01 AM
mails do not get delivered Neila Tech Talk 2 08-18-2006 04:38 PM


V7N Network
Get exposure! V7N I Love Photography V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 06:23 AM.
Powered by vBulletin
Copyright © 2000-2013 Jelsoft Enterprises Limited.
Copyright © 2003 - 2013 Escalate Media LP




Search Engine Optimization by vBSEO 3.6.0 RC 2 ©2011, Crawlability, Inc.