HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Step by Step HTML Email Please!
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Tools
View previous topic :: View next topic  
Author Message
Zebrasan



Joined: 08 Aug 2005
Posts: 1

PostPosted: Mon Aug 08, 2005 1:26 pm     Step by Step HTML Email Please! Reply with quote

I've read up on just about every html email tutroial I can find. I don't need to know how to code, I want to know where I place the code in the email for it to show up when I email it.
I've tried to write it directly into the actual message(Just get code)
I've tried to open an HTML document and the message ends up being an attachment.
I know there is some really mundane detail I'm missing here, but I don't know what it is. All the sites I've looked at just talk about coding and how to code for email, none of them descirbe the process of either inserting the code into the email or emailing it so it won't look like code. Help!!!!
Please!!! This is frustrating.
By the way I've been using Yahoo, Gmail, Outlook Express. It's obvious I have no clue about what I'm doing. Someone please walk me through it as if I were a small child. Thanks.
dgoodbody



Joined: 09 Aug 2005
Posts: 3
Location: Surrey

PostPosted: Tue Aug 09, 2005 9:56 am     Reply with quote

Zebrasan - I'm so glad I'm not the only one!

I'm currently going mad - apparently it's so easy no one actually has to explain how to do it Sad

I've been designing web pages for 3 years now & can do the HTML thing fine - but can't work out how to actually send the thing! Embarassed

Please someone help us - what is this simple step we are missing?

P.s. I'm trying to send from Microsoft Office Outlook
dgoodbody



Joined: 09 Aug 2005
Posts: 3
Location: Surrey

PostPosted: Tue Aug 09, 2005 12:40 pm     Reply with quote

Just found these pages:

http://www.anandgraves.com/nobullshit/articles/articles.php?id=51
http://www.anandgraves.com/nobullshit/articles/articles.php?id=52

I've read through them & they're the most helpful info I've seen so far!

Just going to download a free trial version of HotCast now to test it out.

Does anyone know if this is the best program to use or if there are other programs like this that work better?
Peter87



Joined: 20 Aug 2005
Posts: 2

PostPosted: Sat Aug 20, 2005 7:06 am     Reply with quote

If you want to send emails with only HTML (no server side languages like PHP or ASP), the best way to do this is with the help of a form processor which will send the email straight to your inbox. An example of such a free form processor is Mail-Maniac. There are lots of html form mailers but I like this one since it allows you to set your own redirect page, the page it will take the visitor to after it has send the email. I checked Mail-Maniac and this is what I found on their example page:

Quote:

<form name="formname" method="post" action="http://www.mail-maniac.com/">
<input type="hidden" name="mailto" value="mailto(at)address.com">
<input type="hidden" name="from" value="mailfrom(at)address.com">
<input type="hidden" name="subject" value="Subject line">
<input type="hidden" name="fromname" value="Your name">
<input type="hidden" name="goto" value="http://www.thankyoupage.com">
<input type="text" name="sometextfield"><br />
<input type="text" name="anothertextfield"><br />

<input type="submit" name="submit" value="Submit">
</form>


Just edit the bold parts and it should work on every site. mail maniac will attach everything to the email, as long as it's between the <form> and </form>. Just place all your inputbox, radiobuttons etc between those tags and you're safe Smile

good luck with it!

gr Peter[/url]
anandg



Joined: 03 May 2005
Posts: 5
Location: Amsterdam

PostPosted: Wed Sep 07, 2005 1:42 pm     Reply with quote

I have written an online HTML Email Validator. It checks your HTML for compatibility with HTML email which can be a real time saver.
http://www.anandgraves.com/html-email-validator/

Copy and paste your HTML into the validator and it will report the errors in your code. Each error has a link that referers to the article Create compatible HTML Email for more information on the error.
http://www.anandgraves.com/nobullshit/articles/articles.php?id=51
dgoodbody



Joined: 09 Aug 2005
Posts: 3
Location: Surrey

PostPosted: Tue Jan 03, 2006 9:24 am     Reply with quote

Thanks, I'll take a look at it!
jose



Joined: 24 Feb 2008
Posts: 8

PostPosted: Thu Mar 20, 2008 10:48 pm     Reply with quote

If My SERVER SIDE has PHP, how can I send all those field or variables I have in my form to my mail?
and how I can redirect after hitting on "submitt" buttom? cuz the browser stays on php file
thank you
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Tools All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial