•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the HTML and CSS section within the Web Development category of DaniWeb, a massive community of 423,532 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,376 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our HTML and CSS advertiser: Lunarpages Web Hosting
Views: 1767 | Replies: 20
![]() |
Hi there
Im trying to create a HTML email but i am having trouble finding out how to do it. Have you ever received an email where you open it and it says 'Click to download images' and when you click it, it looks like a website? Well thats what i want to create.
I do not want any interactivity within the email, more like a brochure. Does anyone know how i go about this?
Cheers
:-)
Im trying to create a HTML email but i am having trouble finding out how to do it. Have you ever received an email where you open it and it says 'Click to download images' and when you click it, it looks like a website? Well thats what i want to create.
I do not want any interactivity within the email, more like a brochure. Does anyone know how i go about this?
Cheers
:-)
•
•
Join Date: Dec 2004
Location: London or Slovakia
Posts: 2,433
Reputation:
Rep Power: 11
Solved Threads: 295
•
•
Join Date: Mar 2006
Location: Japan
Posts: 139
Reputation:
Rep Power: 3
Solved Threads: 16
What program do you use for emailing? If you used Microsoft Outlook by setting the email format as HMTL, you can enter pictures, tables, and everything else you would need to send an email that looks like a brochure. For web based mail you will need to get the POP3 and SMTP addresses to use Otulook to send and receive. That is how I set my father up to send mails like that.
Hi Peter_Budo and HI2Japan
Thanks for your replys :-)
I will have a look at those searchs Peter thankyou.
I am using Microsoft Outlook to create the HTML email but i would like all email systems to be able to recieve it.
I use Dreamweaver to create my websites. How would i transfer the code from dreamweaver into an email?
Thanks again for your help.
Gary
Thanks for your replys :-)
I will have a look at those searchs Peter thankyou.
I am using Microsoft Outlook to create the HTML email but i would like all email systems to be able to recieve it.
I use Dreamweaver to create my websites. How would i transfer the code from dreamweaver into an email?
Thanks again for your help.
Gary
•
•
Join Date: Dec 2004
Location: London or Slovakia
Posts: 2,433
Reputation:
Rep Power: 11
Solved Threads: 295
I don't know I never use it, if I had to I will code it in Java so no joy there for you. Just realy have look on that search result they are helpful. The first one is good and was recently updated (11th Dec 2007) http://www.anandgraves.com/html-email-guide
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)
If we helped you to solve your problem, answered your question please mark your post as SOLVED.
Publilius Syrus
(~100 BC)
If we helped you to solve your problem, answered your question please mark your post as SOLVED.
•
•
Join Date: Mar 2006
Location: Japan
Posts: 139
Reputation:
Rep Power: 3
Solved Threads: 16
So are you trying to put a webpage into the email or do you just want the email to display pictures with content? If it is just pictures with content, If you edit your email using MS Word (Tools --> Options --> Mail format --> check the box that says to edit with MS Word) you can insert tables and text and pictures directly into the email and when it is sent out it will prompt for the downloading of the pictures, etc.
I cannot think of a way to insert a webpage into an outlook email although I can think of a workaround. Do you have MS FrontPage? (I know, I'm not a huge fan of FrontPage either but it works quite well with Outlook) Do you have Dreamweaver set as the default web editor for the computer? I know if you have FrontPage set as the default editor, when you go to put in a signature in Outlook (Tools --> Options --> Mail Format --> Signature) when you are creating a new signature and click the advanced edit button, it will open up the default web editor. You wil essentially be able to create a webpage signature. I do not know whether it will open dreamweaver if that is set as the default editor, but I do know it will open FrontPage and if you dont have frontapge it will defaultly open MS Word. Anyway, give that a shot. If it opens dreamweaver, you can copy and paste the html into it and that will be a signature you can place within an email. It will display pictures, tables, etc. Just specify within the email to use the signature you just made. If it doesn't work with Dreamweaver, set FrontPage to the default editor and again copy and paste the code. Unfortunately going from dreamweaver to frontpage might cause some errors. If you don't have FrontPage, then I do not have any other suggestions. I guess some research with the links provided by peter_budo might be beneficial. Good luck, let me know if this works (if you try it).
I cannot think of a way to insert a webpage into an outlook email although I can think of a workaround. Do you have MS FrontPage? (I know, I'm not a huge fan of FrontPage either but it works quite well with Outlook) Do you have Dreamweaver set as the default web editor for the computer? I know if you have FrontPage set as the default editor, when you go to put in a signature in Outlook (Tools --> Options --> Mail Format --> Signature) when you are creating a new signature and click the advanced edit button, it will open up the default web editor. You wil essentially be able to create a webpage signature. I do not know whether it will open dreamweaver if that is set as the default editor, but I do know it will open FrontPage and if you dont have frontapge it will defaultly open MS Word. Anyway, give that a shot. If it opens dreamweaver, you can copy and paste the html into it and that will be a signature you can place within an email. It will display pictures, tables, etc. Just specify within the email to use the signature you just made. If it doesn't work with Dreamweaver, set FrontPage to the default editor and again copy and paste the code. Unfortunately going from dreamweaver to frontpage might cause some errors. If you don't have FrontPage, then I do not have any other suggestions. I guess some research with the links provided by peter_budo might be beneficial. Good luck, let me know if this works (if you try it).
Hi Guys
Thanks again for help it is much appreciated.
OK i have been trying out this stuff and this is where i am at.
I have created a newsletter in dreamweaver which contains 3 images. When you upload a standard website you would have say index.htm and then you 'images' folder containing your images. The path for this from index.html would be images/image1.jpg for example.
To get it to work in an email i have uploaded the images and index file and changed the path inside the index file to http://www.whateversite.com/images/image1.jpg
Now using Outlook Express you can go to 'Create New Message' and then go to 'Insert-->Text from file'. Then select index.html file and it displays it in your email :-) Hey presto :-)
Now the person who wants to be sending these emails uses Outlook 2003 and there doesnt seem to be a 'test from file' option.
So i am half way there!! i have tried copying the table from dreamweaver and pasting into a new email but had no joy.
I carry on trying the other things suggested though.
Thanks for your help guys
Gary
Thanks again for help it is much appreciated.
OK i have been trying out this stuff and this is where i am at.
I have created a newsletter in dreamweaver which contains 3 images. When you upload a standard website you would have say index.htm and then you 'images' folder containing your images. The path for this from index.html would be images/image1.jpg for example.
To get it to work in an email i have uploaded the images and index file and changed the path inside the index file to http://www.whateversite.com/images/image1.jpg
Now using Outlook Express you can go to 'Create New Message' and then go to 'Insert-->Text from file'. Then select index.html file and it displays it in your email :-) Hey presto :-)
Now the person who wants to be sending these emails uses Outlook 2003 and there doesnt seem to be a 'test from file' option.
So i am half way there!! i have tried copying the table from dreamweaver and pasting into a new email but had no joy.
I carry on trying the other things suggested though.
Thanks for your help guys
Gary
1.Open the page in dreamweaver
2. Preview the page in IE
3. Then go to File - Send - Page by email
Remember this won't guarantee everyone will see it. If people choose to turn off images or receive email in text only that's beyond your control, but the majority will see it.
2. Preview the page in IE
3. Then go to File - Send - Page by email
Remember this won't guarantee everyone will see it. If people choose to turn off images or receive email in text only that's beyond your control, but the majority will see it.
Aedelon
Even if you're on the right track, you'll get run over if you just sit there.
Even if you're on the right track, you'll get run over if you just sit there.
•
•
Join Date: Feb 2008
Posts: 3
Reputation:
Rep Power: 0
Solved Threads: 0
•
•
•
•
1.Open the page in dreamweaver
2. Preview the page in IE
3. Then go to File - Send - Page by email
Remember this won't guarantee everyone will see it. If people choose to turn off images or receive email in text only that's beyond your control, but the majority will see it.
My problem is:
Once performing similar steps as you have specified above...the recipient wants to forward the email I just sent and the new recipient gets the email with out the image and all html formatting is gone (but the text is in the email).
Q: Can anyone comment on why the entire email --- 1st received gets messed up at the forward recipients destop?
![]() |
•
•
•
•
•
•
•
•
DaniWeb HTML and CSS Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
advertisment advice browser cell chain mail code css development div dreamweaver email email misuse encryption eu eudora firefox gmail google google checkout google checkout vat html html api imap javascript microsoft mobile mozilla news onecare open source phishing phones professional research scam security spam spamming stocks symantec tables technology thunderbird virus w3c web webmail wysiwyg xml
- Need Help with HTML Email. (Internet Marketers' Lounge)
- Looking for an HTML email designer... (Web Development Job Offers)
- Looking for an HTML email designer... (Community Introductions)
- Sending HTML email via PHP mail function (PHP)
- using html in my welcome email (HTML and CSS)
Other Threads in the HTML and CSS Forum
- Previous Thread: Formatting Q & A as a block
- Next Thread: Form to Email in Dreamweaver CS3 using CGI



Linear Mode