Hai,
please help me with some code to send emails from VB Program and also SMS ( to mobile phones) .
thanks
Printable View
Hai,
please help me with some code to send emails from VB Program and also SMS ( to mobile phones) .
thanks
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=
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.
Check this thread for SMS.
http://www.vbforums.com/showthread.p...&highlight=SMS
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
Quote:
Originally posted by usamaalam
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=
This link didn't work - please repost!!!
Gracious!
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
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
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