hello…
ya – it’s just an html-formatted email…html formatted emails have plain html (don’t get too fancy with css and js as they won’t work so well if you do absolute positioning with the former or interactivity with the latter)…then all image references point back to your server where you store the files…
wrt to their links to trigger itunes – that’s easy to do. it’s just a plain href that your box (if you have itunes installed) knows to send to itunes. you can get any of those urls by right-clicking (or ctrl-clicking w/ a single button mouse) an item in itunes…here’s one that i got from the music store home:
https://phobos.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?id=159930850&s=143441
click on that and it should pop open your itunes directly to that page…
then once you build your html file, you can use a variety of online services or freeware to send the html email to a set of users. note that an html email is just a plain email that has an html mime type so that the recipients’ email client knows to show it as html as opposed to plain text…
hope that helps!
sitruc