Welcome, Register for free! or Login below:
EduGeek.net RSS Feeds Register FAQ Members Social Groups User Map Calendar Search Today's Posts Mark Forums Read

Go Back   EduGeek.net Forums > Coding and Web Development > Web Development
Reply
 
LinkBack Thread Tools Search Thread Language
Sponsored Links
Old 02-02-2007, 11:10 AM   #1
 
Simcfc73's Avatar
 
Join Date: Nov 2005
Location: North
Posts: 535
Thanks: 0
Thanked 8 Times in 6 Posts
Rep Power: 10 Simcfc73 will become famous soon enough
Default Sending HTML Newsletters

i've been tasked to do a HTML newsletter but am having some trouble.

I do the page in dreamweaver and follow the rules about no CSS and putting the tags in the right place. Outlook 2003 won't let me do it and Outlook 2007 seems to have taken a backwards step ( http://arstechnica.com/news.ars/post/20070115-8619.html ) outlook express which lets me install the HTML codes into an email embeds the images and so does thunderbird.

When I try and send emails it attaches the images even though I have filled in a full web address for the image. When I look at the code when I recieve it its changed it to add a atatchment.

Please help.
  Reply With Quote
Old 02-02-2007, 11:27 AM   #2
 
DMcCoy's Avatar
 
Join Date: Oct 2005
Location: Isle of Wight
Posts: 1,905
uk uk isle of wight
Thanks: 2
Thanked 108 Times in 100 Posts
Rep Power: 29 DMcCoy is a name known to allDMcCoy is a name known to allDMcCoy is a name known to allDMcCoy is a name known to allDMcCoy is a name known to allDMcCoy is a name known to all
Default Re: Sending HTML Newsletters

Lots of email programs remove inline images too, I have outlook set to plain text only.

How about making the newsletter being part of the website and linking to that instead?
  Reply With Quote
Old 02-02-2007, 12:11 PM   #3
 
SimpleSi's Avatar
 
Join Date: Jun 2005
Location: Lancashire
Posts: 1,366
Thanks: 53
Thanked 52 Times in 44 Posts
Rep Power: 17 SimpleSi is a jewel in the roughSimpleSi is a jewel in the roughSimpleSi is a jewel in the rough
Default Re: Sending HTML Newsletters

Normally I hate answer that say do it another way but in this case - do it another way.

Email link to web as above is simplest.

Anothrr excellent way (well only cause its the way I do it ) is to print newsletter to pdf using a virtual pdf printer and upload the pdf.

Follow newsletters on this site http://www.howick.lancs.sch.uk/ to see what I mean.

Advantages

Newsletters can be written in anything Word, Publisher etc.

Disavadvantages
PDFs can be big sized - usually not good for dial-up users.
Need PDF reader (but most have it - put link to download on web site)
  Reply With Quote
Old 02-02-2007, 12:23 PM   #4
 
budgester's Avatar
 
Join Date: Jan 2006
Location: Enfield, Middlesex
Posts: 218
uk uk england
Thanks: 0
Thanked 3 Times in 2 Posts
Rep Power: 6 budgester is on a distinguished road
Send a message via MSN to budgester
Default Re: Sending HTML Newsletters

Quote:
Originally Posted by Simcfc73
i've been tasked to do a HTML newsletter but am having some trouble.

I do the page in dreamweaver and follow the rules about no CSS and putting the tags in the right place. Outlook 2003 won't let me do it and Outlook 2007 seems to have taken a backwards step ( http://arstechnica.com/news.ars/post/20070115-8619.html ) outlook express which lets me install the HTML codes into an email embeds the images and so does thunderbird.
So your sending out HTML emails with links to images etc.

Did you not try and tell the powers that be, that this is not a nice thing to do ?

Apart from the fact this is going to get marked as spam in so many mail clients. Email should be nice simple text.

Send out a email with a web address to download a newletter.

Regards

Budgester
  Reply With Quote
Old 02-02-2007, 01:02 PM   #5
Guest
 
's Avatar
 
Posts: n/a
Default Re: Sending HTML Newsletters

Another vote for the PDF route. Can then sen this out via email and stick onto the school website.
  Reply With Quote
Old 16-02-2007, 06:18 PM   #6
 
Heebeejeebee's Avatar
 
Join Date: Nov 2006
Location: Intergalactic Cruise
Posts: 620
Thanks: 13
Thanked 18 Times in 14 Posts
Rep Power: 9 Heebeejeebee will become famous soon enoughHeebeejeebee will become famous soon enough
Default Re: Sending HTML Newsletters

We have a pdf newsletter generated on the fly when the newsletter page is visited. Consequently this pdf is always up to date . It pulls the specified ammount of "latest" news articles and add the Heads messages and other general news items.

We also mail shot our newsletter subscribers when ever a new article is put up. The mailshot is dynamic so that if a subscriber has a year 7 student and a year 11 student in the school they only get the relevant year news and the general school news etc.

We are experimenting with an html/plain text version news letter as a mail shot but are finding that it behaves differently depending on the mail proggy used, ie RM EasyMail (spit) adds erroneous exclamation marks but Squirrel mail treats it ok. I think we'll ditch it and stick with the links to the news articles. It just works.

HBJB
  Reply With Quote
Old 16-02-2007, 06:55 PM   #7
 
SimpleSi's Avatar
 
Join Date: Jun 2005
Location: Lancashire
Posts: 1,366
Thanks: 53
Thanked 52 Times in 44 Posts
Rep Power: 17 SimpleSi is a jewel in the roughSimpleSi is a jewel in the roughSimpleSi is a jewel in the rough
Default Re: Sending HTML Newsletters

Have yoiu got a link for your site.

How is the pdf generated on the fly?

regards

Simon
  Reply With Quote
Old 16-02-2007, 09:39 PM   #8
 
Heebeejeebee's Avatar
 
Join Date: Nov 2006
Location: Intergalactic Cruise
Posts: 620
Thanks: 13
Thanked 18 Times in 14 Posts
Rep Power: 9 Heebeejeebee will become famous soon enoughHeebeejeebee will become famous soon enough
Default Re: Sending HTML Newsletters

Sorry, just got in!

PDF is generated by php and some fancy add on that does the trick. I forget exactly which one at the moment. Can find out though.

Site is removed but it's a bit crippled right now since I've just started moving 400 odd curriculum pcs into a new domain (re-imaging at the same time) and our web server is one of them. All you'll get is the external bit with none of the content that's soaped from internal. Check back after half term.

Once all the references from the old domain/ip range are removed from the php code and replaced with the new ones it'll be back up.

HBJB
  Reply With Quote
Old 26-02-2007, 11:05 AM   #9
 
Friez's Avatar
 
Join Date: Dec 2006
Posts: 753
Thanks: 13
Thanked 8 Times in 8 Posts
Rep Power: 9 Friez will become famous soon enoughFriez will become famous soon enough
Default Re: Sending HTML Newsletters

To answer HBJB: We use FPDF, It's a free PDF library for PHP. Check it out at: http://www.fpdf.org/
  Reply With Quote
Old 26-02-2007, 07:40 PM   #10
 
Heebeejeebee's Avatar
 
Join Date: Nov 2006
Location: Intergalactic Cruise
Posts: 620
Thanks: 13
Thanked 18 Times in 14 Posts
Rep Power: 9 Heebeejeebee will become famous soon enoughHeebeejeebee will become famous soon enough
Default Re: Sending HTML Newsletters

Yep that's the one

lol - Friez is the one that found it for us.

HBJB
  Reply With Quote
Old 28-02-2007, 10:42 AM   #11
 
plugged_in's Avatar
 
Join Date: Feb 2007
Posts: 86
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0 plugged_in is an unknown quantity at this point
Default Re: Sending HTML Newsletters

If you are looking to send emails dynamically from a backend system.
This is what i would do. Create a system that collects the user email address and name (and/or other details).
I think you said you are using dreamweaver so i would recommend an extension.
Smart Mailer PHP, however this is not free.
  Reply With Quote
Old 28-02-2007, 11:12 AM   #12
 
webman's Avatar
 
Join Date: Nov 2005
Location: Bishop Auckland, County Durham
Posts: 5,520
uk uk durham city
Thanks: 90
Thanked 78 Times in 63 Posts
Blog Entries: 1
Rep Power: 35 webman is a glorious beacon of lightwebman is a glorious beacon of lightwebman is a glorious beacon of lightwebman is a glorious beacon of lightwebman is a glorious beacon of lightwebman is a glorious beacon of light
Send a message via MSN to webman Send a message via Skype™ to webman
Default Re: Sending HTML Newsletters

I'm sure there'd be an array of Free newsletter scripts on Sourceforge.
  Reply With Quote
Old 28-02-2007, 11:16 AM   #13
 
plugged_in's Avatar
 
Join Date: Feb 2007
Posts: 86
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0 plugged_in is an unknown quantity at this point
Default Re: Sending HTML Newsletters

o yeah coming to think of it i remember this one:
http://www.phplist.com/
Seem very good alot of commercial companies use it.
  Reply With Quote
Old 01-03-2007, 03:27 PM   #14
 
Kained's Avatar
 
Join Date: Feb 2007
Location: Lincolnshire
Posts: 120
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0 Kained is an unknown quantity at this point
Default Re: Sending HTML Newsletters

a bit off topic but anyone have a link to a free pdf generator for asp ?
  Reply With Quote
Reply

Register now for FREE and post messages!


Username: Password: Confirm Password: E-Mail: Confirm E-Mail:
Birthday:      
Image Verification
  I agree to forum rules 

Similar Threads
Thread Thread Starter Forum Replies Last Post
HTML Editor alan-d Web Development 7 17-04-2007 07:56 AM
Using HTML to force web page to open maximized NetworkGeezer Web Development 7 28-03-2007 02:50 PM
Creating Newsletters (and general DTP-type stuff) Ric_ General Chat 6 12-05-2006 08:19 AM
Sheer quality HTML Norphy Web Development 11 02-03-2006 04:16 PM



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

Advanced Search

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 On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +1. The time now is 11:37 AM.
Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
Copyright EduGeek.net