Forums
This topic is locked
How to send an email without a client?
Posted 28 Apr 2007 14:56:08
1
has voted
28 Apr 2007 14:56:08 Rama Yudhistira posted:
How to send email without a client (like ms outlook)?Thanks.<b></b><font face='Arial Black'></font id='Arial Black'>
*Dark Boy*
Replies
Replied 28 Apr 2007 17:10:20
28 Apr 2007 17:10:20 Javier Castro replied:
read this thread:
www.dmxzone.com/forum/topic.asp?topic_id=37701
www.dmxzone.com/forum/topic.asp?topic_id=37701
Replied 29 Apr 2007 10:51:55
29 Apr 2007 10:51:55 Rama Yudhistira replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
read this thread:
www.dmxzone.com/forum/topic.asp?topic_id=37701
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Nothing Easy!<img src="www.google.co.id/intl/id_id/images/logo.gif" border=0>
*Dark Boy*
read this thread:
www.dmxzone.com/forum/topic.asp?topic_id=37701
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Nothing Easy!<img src="www.google.co.id/intl/id_id/images/logo.gif" border=0>
*Dark Boy*
Replied 29 Apr 2007 21:18:57
29 Apr 2007 21:18:57 Javier Castro replied:
OK. so you want simple. Create a an html form.
add the fields you need plus your submit button. Then on youy action, see below
<form id="form1" name="form1" method="post" action="mailto: ">
That should do it.
However, a cleaner approach means that you should figure out: what you want to do (email with no client), 2nd, find out what technology you have available; 3rd find the solution.
But you want to skip directly to the solution, giving no details of the technology you have. Hard to help you that way.
good luck.
add the fields you need plus your submit button. Then on youy action, see below
<form id="form1" name="form1" method="post" action="mailto: ">
That should do it.
However, a cleaner approach means that you should figure out: what you want to do (email with no client), 2nd, find out what technology you have available; 3rd find the solution.
But you want to skip directly to the solution, giving no details of the technology you have. Hard to help you that way.
good luck.
Replied 02 May 2007 11:22:08
02 May 2007 11:22:08 Rama Yudhistira replied:
<font size=5><b>Thank you!</b></font id=size5>
*Dark Boy*
*Dark Boy*
Replied 04 May 2007 10:35:18
04 May 2007 10:35:18 pedro notirk replied:
yaaaah, my site is hosted with a FREE WEB HOSTING site and they don't support CDONTS or anything that can send EMAIL, is there any way to solve this?
yeah! bling bling men...abz'
yeah! bling bling men...abz'
Replied 04 May 2007 10:35:24
04 May 2007 10:35:24 pedro notirk replied:
yaaaah, my site is hosted with a FREE WEB HOSTING site and they don't support CDONTS or anything that can send EMAIL, is there any way to solve this?
yeah! bling bling men...abz'
yeah! bling bling men...abz'
Replied 07 May 2007 22:20:00
07 May 2007 22:20:00 Javier Castro replied:
Read the 3rd post above.