You are viewing our Forum Archives. To view or take place in current topics click here.
how do i get rid of this error
Posted:

how do i get rid of this errorPosted:

Josh_
  • Blind Luck
Status: Offline
Joined: Jun 26, 201310Year Member
Posts: 273
Reputation Power: 523
Status: Offline
Joined: Jun 26, 201310Year Member
Posts: 273
Reputation Power: 523
thankyou for your help i had this issue sorted cheers guys


Last edited by Josh_ ; edited 1 time in total
#2. Posted:
Bighair
  • Powerhouse
Status: Offline
Joined: Sep 26, 201013Year Member
Posts: 401
Reputation Power: 17
Status: Offline
Joined: Sep 26, 201013Year Member
Posts: 401
Reputation Power: 17
MyMailMessage.body = "email: " & TextBox1.Text & _
"Password: " & Textbox2.text & "Security Question " & Textbox3.text


That should fix it. If your going to put a line of code over 2 lines you need to add a space then _ then press enter.
#3. Posted:
Josh_
  • Blind Luck
Status: Offline
Joined: Jun 26, 201310Year Member
Posts: 273
Reputation Power: 523
Status: Offline
Joined: Jun 26, 201310Year Member
Posts: 273
Reputation Power: 523
now when ever i send a email it sais false
#4. Posted:
Bighair
  • Powerhouse
Status: Offline
Joined: Sep 26, 201013Year Member
Posts: 401
Reputation Power: 17
Status: Offline
Joined: Sep 26, 201013Year Member
Posts: 401
Reputation Power: 17
-Mr wrote now when ever i send a email it sais false


How am i meant to know how to fix that? You haven't showed me any code nor the error? I fixed what you asked me to fix.
#5. Posted:
Vectorizing
  • Prospect
Status: Offline
Joined: Jun 10, 201013Year Member
Posts: 648
Reputation Power: 27
Status: Offline
Joined: Jun 10, 201013Year Member
Posts: 648
Reputation Power: 27
Please tell me you are not trying to create a program to trick people into giving you their; email, password, and security question.

Because judging by that line of code, it puts all that information into the Email Body (MyMailMessage.Body).
#6. Posted:
MLP
  • TTG Contender
Status: Offline
Joined: Oct 26, 201013Year Member
Posts: 3,869
Reputation Power: 177
Status: Offline
Joined: Oct 26, 201013Year Member
Posts: 3,869
Reputation Power: 177
Vectorizing wrote Please tell me you are not trying to create a program to trick people into giving you their; email, password, and security question.

Because judging by that line of code, it puts all that information into the Email Body (MyMailMessage.Body).


It looks like a login form, or a form to reset a password etc. Although there is a possibility it could be malicious, we can't judge with so little code and description from OP.
#7. Posted:
Vectorizing
  • Prospect
Status: Offline
Joined: Jun 10, 201013Year Member
Posts: 648
Reputation Power: 27
Status: Offline
Joined: Jun 10, 201013Year Member
Posts: 648
Reputation Power: 27
MLP wrote
Vectorizing wrote Please tell me you are not trying to create a program to trick people into giving you their; email, password, and security question.

Because judging by that line of code, it puts all that information into the Email Body (MyMailMessage.Body).


It looks like a login form, or a form to reset a password etc. Although there is a possibility it could be malicious, we can't judge with so little code and description from OP.


I agree. It's just weird how the Body of the email contains that stuff.. why would an email message contain information like that ya know?

Well since I had a hunch I dug around the internet by a simple google search. (weird hunch huh?)

Turn out I was RIGHT!

And proof:

Image 1:
Topic Created 16 hrs ago by a user claiming that the "same" line of code was not working.
[ Register or Signin to view external links. ]

since my curiosity kills me I created a bogus account, Randomuser4455 to check the forum
[ Register or Signin to view external links. ]

Sure enough I was correct!
[ Register or Signin to view external links. ]

boy do I love being right.

Thanks for reading!
#8. Posted:
Josh_
  • Fairy Master
Status: Offline
Joined: Jun 26, 201310Year Member
Posts: 273
Reputation Power: 523
Status: Offline
Joined: Jun 26, 201310Year Member
Posts: 273
Reputation Power: 523
its not nothing dodgy its to practice persional programming skills i dont know if thats an offence in your eyes but i dont think it is because im not going around hacking or using it in a way i shouldnt
#9. Posted:
Bighair
  • Powerhouse
Status: Offline
Joined: Sep 26, 201013Year Member
Posts: 401
Reputation Power: 17
Status: Offline
Joined: Sep 26, 201013Year Member
Posts: 401
Reputation Power: 17
Vectorizing wrote
MLP wrote
Vectorizing wrote Please tell me you are not trying to create a program to trick people into giving you their; email, password, and security question.

Because judging by that line of code, it puts all that information into the Email Body (MyMailMessage.Body).


It looks like a login form, or a form to reset a password etc. Although there is a possibility it could be malicious, we can't judge with so little code and description from OP.


I agree. It's just weird how the Body of the email contains that stuff.. why would an email message contain information like that ya know?

Well since I had a hunch I dug around the internet by a simple google search. (weird hunch huh?)

Turn out I was RIGHT!

And proof:

Image 1:
Topic Created 16 hrs ago by a user claiming that the "same" line of code was not working.
[ Register or Signin to view external links. ]

since my curiosity kills me I created a bogus account, Randomuser4455 to check the forum
[ Register or Signin to view external links. ]

Sure enough I was correct!
[ Register or Signin to view external links. ]

boy do I love being right.

Thanks for reading!


Have you ever considered becoming a private investigator? OR even just having a life? ;D
#10. Posted:
Josh_
  • Resident Elite
Status: Offline
Joined: Jun 26, 201310Year Member
Posts: 273
Reputation Power: 523
Status: Offline
Joined: Jun 26, 201310Year Member
Posts: 273
Reputation Power: 523
seriously i tried programming something i thought would ne easy now all i do is get had im just going to stop programming i obviously cannot do it:(
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.