Hi, I just was wondering how and which program does/may apple use to write those nice E-mails that come about the apple news, music store... etc... any ideas? they look nice and I don't think they can do that with Mail... do you ? Thanks...
jane doe said:The mail application that comes with OS X
AmigoMac said:Hi, I just was wondering how and which program does/may apple use to write those nice E-mails that come about the apple news, music store... etc... any ideas? they look nice and I don't think they can do that with Mail... do you ? Thanks...
Just like the email I sent to the Loop yesterday asking the same - but with no replies. They all must have been stumped.AmigoMac said:Hi, I just was wondering how and which program does/may apple use to write those nice E-mails that come about the apple news, music store... etc... any ideas? they look nice and I don't think they can do that with Mail... do you ? Thanks...
Email, not websites bud.superbovine said:anything web page making utility can do it, or you can just use a text editor.
"Pretty"crees! said:Email, not websites bud.
emails, such as most junk mail and Apple's emails are just HTML - the same stuff that websites are made of. Mail is simply showing a webpage in effect when displaying the email. These emails can be created using any HTML-creating email program (not OS X Mail.app), HTML or webpage editor (e.g. Dreamweaver or Word) or any text editor (if you can code HTML). The original poster is right.
johnnyjibbs said:"Pretty"HTML:emails, such as most junk mail and Apple's emails are just HTML - the same stuff that websites are made of. Mail is simply showing a webpage in effect when displaying the email. These emails can be created using any HTML-creating email program (not OS X Mail.app), HTML or webpage editor (e.g. Dreamweaver or Word) or any text editor (if you can code HTML). The original poster is right.[/QUOTE] I tried with MS Entourage 2004, no success inserting a single Hyperlink, and when I send a pic it is displayed and announced as an attachment ... by those nice apple e-mails it doesn't happen, what kind of program do they have to create those E-mails? Third-Party software? :confused: I'll give Thunderbird a try...
AmigoMac said:Hi, I just was wondering how and which program does/may apple use to write those nice E-mails that come about the apple news, music store... etc... any ideas? they look nice and I don't think they can do that with Mail... do you ? Thanks...
wordmunger said:You can figure out how they do it yourself: look under view--message--raw source. Basically they are hosting the images on their own server--the images are not attachments. The rest is regular old HTML, with a bit of CSS thrown in. You could create the HTML on any HTML editor, make sure the links are pointing to your server, then paste it into your mailer, and voilà, it works.
Wow. You're right. Just tried it myself. I think I tried that a long time ago, figured out it didn't work, then decided I didn't really need to send HTML e-mails anywayRubberChicken said:I tried this a while ago, but view raw source is only available on recieved messages, not when composing. If you paste raw source into your mail composition window it just see it as text. It looks like code, smells like code... but it's not code. I sent a test to myself just to make sure I was not making an idiot of myself, but feel free to set me straight if I'm still missing the bleedin obvious.
BTW The same test using MailPictures (see my other post) worked correctly.
Also, as you pointed out wise one - a trap for young players, make sure you use absolute addresses for the images/links not relative.
Flux said:One way around this problem is to create a HTML web page, upload it to your server as you would any other web page and then use outlook on a PC. Path to include web page is: menu item 'message' sub menu item 'new message using...' sub menu item 'html page' put the url link to the page on the web and press send.
This option is unfortunatly not available on the mac version of outlook (Blame Bill Gates!!), if you don't have access to a PC then use Virtual PC for the Mac.
Hope that helps.
bbarnhart said:There are some mail apps that will send out HTML e-mails. Mail.app is not one of them. So, to do what Apple does, created your HTML page that you want to send, then use a program like Direct Mail to send them. Cake.
rand() said:I believe Mozilla's Thunderbird has the capability to send HTML mail. Just write the HTML page in whatever program you like, then cut/paste the code into Thuderbird.
I haven't tried this myself, so I'm not positive it will be that simple. But it should be, dammit! Also, I have heard a few complaints about ThB's stability... but I don't personally use it. And I can't stand HTML mail.
-rand()
Edit: Ah. I see you've already tried ThB. Good on you. Read the thread, rand!