PDA

View Full Version : Need Help: Anyway to send Emailer in HTML?


slang
06-10-2009, 01:42 AM
HI,

First of all, apologised if I send this query in the wrong section of the forum if I have done so. :o

OKie...I am now facing a big problem which I have been trying for 2-3 days.

I have created one HTML codes emailers which I need to send out.
(Inside contained a clickable image linking to a webpage and some html link message).

Is there anyway I can send this email out?

I have tried using Gmail, yahoo email all failed.

Just curious how did those corporate send out their emailer Ad?

I am currently using a macbook and cannot simply find ways to do it. Tried Entourage (Mac version of Outlook) too.

I am trying to avoid using the method of doing attachment in the mail cos it is simply not as effective cos most pple wont wanna click and open attachment these days.

Any advise? or easy program to use?or know any web email allows to send out emailers in html code, yet the recipents open my email as a webpage kinda image?

Please help :sad:

BlackCube
08-10-2009, 01:24 AM
You can't do that with just pure HTML codes. Can you?

You need to have some knowledge on server-side language such as PHP/ASP/JSP in order for you to send out mail.

Do you know of any?

mgx-alander
08-10-2009, 08:37 PM
javascript can send

dolcegarbana
11-10-2009, 11:52 AM
You can't do that with just pure HTML codes. Can you?

You need to have some knowledge on server-side language such as PHP/ASP/JSP in order for you to send out mail.

Do you know of any?

Yes, you need to do something on the server side. I have used JavaMail for sending email before. I wrote program using Javamail API and installed on the server. You can go to www.sun.com to get the API and also they provide some tutorial to use the API.

d3n
11-10-2009, 02:27 PM
using asp is the simplest. since u are using vista/xp, then got IIS. you can then use cdosys to send via iis thru your asp or even vb script.

http://www.w3schools.com/asp/asp_send_email.asp

mgx-alander
11-10-2009, 07:25 PM
note that IIS is not available in home editions of xp / vista

xClementx
30-10-2009, 09:28 PM
You can't do that with just pure HTML codes. Can you?

You need to have some knowledge on server-side language such as PHP/ASP/JSP in order for you to send out mail.

Do you know of any?

yup. on top of that, you could do it using ajax using javascript.

jek2105
27-01-2010, 11:52 PM
slang, you need to get at least some knowledge of PHP,HTML and other...
First, try looking in these php tutorials (http://phpforms.net/tutorial.html)
Then ask questions :yawn:

cwchong
28-01-2010, 07:28 PM
For your case, probably no need so complicated

You just need to access the "edit source" mode of your desktop based mail client;
in outlook express its under View > Source Edit; then paste yuor html in

If confused PM me