HTML Mail

alexyu

New Member
How to send a html mail through yahoo?
Or where can I have a free account and send HTML mails?
 

alexyu

New Member
Yahoo doesnt work ( only the plus version, and I'm not paying for mail)
I'm gonna try hotmail.
 

DrCuddles

New Member
If those services are failing you then as chibicitiberiu has pointed out get a GoogleMail account!

Head over to http://mail.google.com and open an account, it's free, easy and I havn't seen a web mail more advanced :)

Hope you resolve your issue :)
 

chibicitiberiu

New Member
I have an Gmail account and i use Thunderbird to check/write mails and when writing an e-mail that has html content it asks me how to send it as plain text or as html.
 

DrCuddles

New Member
I normally click both in Thunderbirds,

So click Send in Text and HTML.

That should send it in html and if they cant read html it will display the text.
 

alexyu

New Member
OK, I figured it out. Thanks for help anyway.
Now another question:
In the mail I am sending there is a form that is sopposed to send the results to my mail adress.
I sent the mail to my old adress, but when I click submit, it just opens another tab with the Yahoo! Mail and it doesnt send the results. What am I doing wrong? Here is the code:

Code:
<form action="mailto:[email protected]" method="post" enctype="text/plain">
...
</form>
 
Top