|
-
Jan 5th, 2003, 11:53 AM
#1
Thread Starter
Junior Member
Sending Email From VB
Hai,
please help me with some code to send emails from VB Program and also SMS ( to mobile phones) .
thanks
-
Jan 9th, 2003, 05:30 PM
#2
Frenzied Member
Check the following link. You will a find a number of threads having the code for sending e-mail through VB.
http://www.vbforums.com/search.php?s...ost&sortorder=
-
Jan 10th, 2003, 06:06 AM
#3
The E-Mail options are as above, if you search under my name for this you'll find a couple of samples too in the forums.
With the SMS sending, you need a specific SMS server with specific protocals installed - it'll cost you a lot of money to get this setup & it's not really possible/feasible to do.
People used to program to connect to an sms site such as lycos's sms page, automatically fill out the fields & send their message that way, but each of these sites like Lycos have put in measures to prevent this so I don't hink you're going to be able to have this as an option in your program.
-
Jan 12th, 2003, 05:04 AM
#4
Frenzied Member
-
Jan 12th, 2003, 05:15 AM
#5
Frenzied Member
There is another way for sending SMS I got from www.msnfanatic.com. I haven't tried it uptill now, you should try it and if it will work, plz tell me via private message or send me e-mail at [email protected].
Choose ur SMS site you want to send SMS thru.
Use a webbrowser to open up your site... look thru the HTML code and find the name of the submit form then use
WebBrowser.Document.FormName.TelephoneNumber.Text = txtPhone.text
-
Jan 18th, 2003, 03:15 AM
#6
Hyperactive Member
This link didn't work - please repost!!!
Gracious!
Rate my response if I helped
Go Hard Or Go Home
-
Jan 18th, 2003, 05:47 AM
#7
Frenzied Member
Search the work MAPI in the forum, here you will find codes for sendng mails. The link above should show the search results. Anyway, if you are looking for code to send e-mail using VB, let me know the method you want to use for sending e-mail.
1) Using Outlook
2) Using MAPI
3) Using Winsock
-
Jan 20th, 2003, 12:17 AM
#8
New Member
SMS
Check out this SMS Control... It's great!!! Costs about 10.00 but you will be able to send SMS messages for free! I have it so let me know if you need some help setting it up, I doubt you will though.
http://12.228.0.25/SMS/index.asp
2 types of programmers. Cool ones and cooler ones.
-
Jan 22nd, 2003, 08:02 AM
#9
New Member
Hi,
I seen ur question well, if u r using NT or win 2000 server machine 'cdonts' u can use directly. go to msdn see the help
if u r using win98 like that, u can use of MAPI controls. But it will be restricted to usage of exchange server.
if u want coding please mail me, at present i don't have coding
bala
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|