473,320 Members | 2,146 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Sending Emails in HTML

Ali Rizwan
925 512MB
Hello all,
I have made a web page, Now i want to add some features like sending emails.
I want to use HTML code to send emails.
Email text will be retrieved by combining the text of two text boxes.
and email address is also retrieved from a textbox.

Thanx
I have no idea about such stuff this is my first try for HTML.

And plz don't suggest me that using blah procedure is good, plz answer to the point.

Thanx
>> ALI <<
Apr 9 '08 #1
4 1414
harshmaul
490 Expert 256MB
Straight to the point it is then...

You cannot send e-mails using HTML alone.

Now the detail ;)
You can either use a server side language (php, asp etc....) or you can use the clients native mail program.

Example try this hyper link...

Expand|Select|Wrap|Line Numbers
  1. <a href="mailto:me@you.com">Click here to send e-mail</a>
Apr 10 '08 #2
harshmaul
490 Expert 256MB
Sorry my PC went crazy and submited the form by accident and i wasn't finished!!

anyway you can add a query string to the end of that and fill in parts of the native email programs e-mail form...

Expand|Select|Wrap|Line Numbers
  1. mailto:me@you.com?cc=ccme@you.com&bcc=bccme@you.com&subject=subject+goes+here&body=message+goes+here
I hope that helped
Apr 10 '08 #3
ronverdonk
4,258 Expert 4TB
And plz don't suggest me that using blah procedure is good, plz answer to the point.
Any other demands, master?

Ronald
Apr 10 '08 #4
AutumnsDecay
170 100+
The best way to do this is to use a sendmail form.

Google: sendmail.php form.

There's a good tutorial on how to start learning PHP and such at the same time.
Apr 12 '08 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: dan glenn | last post by:
I'm creating HTML emails from a PHP site and sending them out to an email list (just about 40 people so far are on this list). I've tested and confirmed that these emails work in yahoo.com's...
3
by: VB Programmer | last post by:
My company has it's own webserver, which is going to host our ASP.NET web application. We want the website to be able to send out emails. 1. What do I need on the server so that it has the...
5
by: Jai | last post by:
Hi, I am in a problem of sending mass emails(newsletter) to my website members. Actually my problem is this: I want to send newsletter to my website members. But I had given a facility for...
1
by: robbiesmith79 | last post by:
Just so this is out there on the web, I battled the past 24 hours about this. Background info... I developed a ecommerce website in PHP 4 on a shared linux hosting plan from GoDaddy and had the...
2
by: lstanikmas | last post by:
Hi, I'm validating a form with this ASP but receiving some blank email responses; does anyone see anything wrong with it?: function isFormVarExcluded(thisForm, strToCheck) { var strExcludeVars...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.