Author Topic: Email sender :D (-VB-)  (Read 693 times)

0 Members and 1 Guest are viewing this topic.

Offline » Magic «

  • Who dares wins
  • WaffleBBQrz
  • ******
  • Posts: 4020
  • Karma: +101/-34
  • Gender: Male
  • Prepare for the worst :D
    • View Profile
Email sender :D (-VB-)
« on: February 07, 2010, 01:53:17 PM »
Make 2 TextBoxes
Make 1 Button
Then Add 2 Labels

--------------------------------------------------------------------


( Double Click Form What Ever Form Then Type This )


Code: [Select]
Inports System.Net.Mail

--------------------------------------------------------------------

( Double Click Button And Add This )


Code: [Select]
Dim smtpServer As New SmtpClient
Dim mail As New MailMessage()
smtpServer.Port = 587
smtpServer.Host = "smtp.gmail.com"
smtpServer.EnableSsl = True
mail = New MailMessage()
mail.From = New MailAddress("Your Gmail Here")
mail.To.Add("Your Gmail Here")
mail.Subject = TextBox1.Text
mail.Body = TextBox2.Text
smtpServer.Send(mail)
MsgBox("Message Sent", "Sent")

Have fun with this ya nubs :D

-Magic
Copyright© .:~`=-rANdOm-=`~:. GameServer's Administration Team 2008/2009/2010


bubbly bubbly so darn bubbly

Offline xxMingebaggerxx

  • Mingekillah :P
  • Übermensch
  • *****
  • Posts: 1362
  • Karma: +36/-74
  • Gender: Male
  • DR33M FTW!
    • View Profile
    • DR33M
Re: Email sender :D (-VB-)
« Reply #1 on: February 08, 2010, 11:45:28 AM »
Make a tutorial section or post there..
"Name doesent define who we are, it is our actions and our creations"  -  Mingebagger (2009)
http://www.dr33m.co.cc visit it


mm.. me2

Offline coolzeldad

  • Zagnipple
  • Administrator
  • Übermensch
  • *****
  • Posts: 1343
  • Karma: +95/-11
  • mhmmz
    • View Profile
    • .:`=-~rANdOm~`-=:.
Re: Email sender :D (-VB-)
« Reply #2 on: February 08, 2010, 11:26:39 PM »
Make a tutorial section or post there..

I don't see anything wrong with where it has been posted?
"The masses are asses" - Thomas Jefferson

.:~RND`=- Devie ♥: IM WATCHING BABIES

When people ask me "Plz" just because it's shorter than "Please" I feel perfectly justified to answer "No" because it's shorter then "Yes"

Offline xxMingebaggerxx

  • Mingekillah :P
  • Übermensch
  • *****
  • Posts: 1362
  • Karma: +36/-74
  • Gender: Male
  • DR33M FTW!
    • View Profile
    • DR33M
Re: Email sender :D (-VB-)
« Reply #3 on: February 09, 2010, 08:43:54 AM »
I wish for a tut section.. then all of the tutorials from over the forumz will be moved thar
"Name doesent define who we are, it is our actions and our creations"  -  Mingebagger (2009)
http://www.dr33m.co.cc visit it


mm.. me2

Offline Krasher

  • -=RND Help Center=-
  • WaffleBBQrz
  • ******
  • Posts: 2764
  • Karma: +75/-47
  • Gender: Male
  • PM me if you have questions.
    • View Profile
    • Forum Page
Re: Email sender :D (-VB-)
« Reply #4 on: February 09, 2010, 09:54:45 AM »
I wish for a tut section.. then all of the tutorials from over the forumz will be moved thar
I haz agreeance with joo

I may make many many tuts on many many things
-Admin Application-

Follow the rules or I will you.

Offline xxMingebaggerxx

  • Mingekillah :P
  • Übermensch
  • *****
  • Posts: 1362
  • Karma: +36/-74
  • Gender: Male
  • DR33M FTW!
    • View Profile
    • DR33M
Re: Email sender :D (-VB-)
« Reply #5 on: February 10, 2010, 08:58:54 AM »
there r so maneh tuts already.. + mah svn tut xD
"Name doesent define who we are, it is our actions and our creations"  -  Mingebagger (2009)
http://www.dr33m.co.cc visit it


mm.. me2