473,411 Members | 2,272 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,411 software developers and data experts.

How to email someone?

I've searched on many sites and can't seem to find it! I would like my application to email a certain thing that is typed in to my hotmail account.

So an example would be, Like say someone typed hello in a text box and clicked the command button that said "Enter" it would send a email to my account and it would say "hello" or something like that.

If someone could please tell me how to do this, it would be so much help in finishing my project! Thanks in advance!
Mar 27 '09 #1
4 1409
kadghar
1,295 Expert 1GB
Well, you should ask Google if he knows about the CDO library.

Good luck
Mar 31 '09 #2
debasisdas
8,127 Expert 4TB
i have already posted answer to this question in past . just run a search with proper keyword to find that thread.
Apr 1 '09 #3
@debasisdas

I've searched already, I can't find out how to do this....It's been irritating me for so long...i've been threw a few forums as well and no answer, If you can please give me a link or tell me how to do it that would be so helpful
Apr 1 '09 #4
kadghar
1,295 Expert 1GB
@ruckfules99
Then again, if you Google "VB CDO", the first result will be a post from Microsoft with a simple example of how the CDO library is used to send an email.

HTH
Apr 1 '09 #5

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

Similar topics

10
by: aaron | last post by:
I need some help with validating an email address. Right now, I am doing this: function sys_is_valid_email ($s) { if (preg_match ("/^.+@.+\..+$/", $s)) { return 1; } else { return 0; } }
2
by: Mindful_Spirit | last post by:
I'm trying to set up a basic email feed back form like this, and was wondering about some basic configuration settings. I have used code from this website. I have it working just fine. I'm...
7
by: Randel Bjorkquist | last post by:
First, I'm extremely new to C# and the Microsoft Visual Studio IDE. I am in the middle of writing a small web application that communicates to a database server and sends out email confirmations. ...
3
by: ezra88 | last post by:
I'm trying t use these lines below to get "new string = "someone", but it won't work. Instead it just keeps coming back as "someone@domain.com". Is there something weird about there being an "@"...
4
by: Jim Bradstreet | last post by:
Hi, I have a very large text file export of email messages from an email client. I've imported into access. It is not segregated in any way except by the message which contains, among...
8
by: stirrell | last post by:
Hello, One problem that I had been having is stopping email injections on contact forms. I did some research, read up on it and felt like I had created a working solution. I hadn't gotten any...
1
by: Larry Rebich | last post by:
I'm trying to launch the user's email client using 'MailTo:'. So I put a button on an aspx page and wrote some .vb code to use 'Mailto:' and it works on my development machine when I press the...
15
by: googlegroups | last post by:
I am learning vb.net and trying to create a simple program to watch port 25 and receive email. I do not need any advanced features. I just need to connect, watch and grab the emails as they come. ...
2
by: RAB | last post by:
I have a .aspx page with the following code: <% @Import Namespace="System.Web.Mail" %> <%@ page language="vb" debug="true" runat="server" %> <script runat="server"> Sub Click(sender as...
5
by: David C | last post by:
Does anyone know how to email a web control filled with data to someone? I would like to email any web control (GridView, Calendar, etc.) to someone. Thanks. David
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.