hello my Emailing Application from Tutorial 25 will not work anymore. it worked fine at first but after I tried to set it on a timer it would not work any more. I tried two boom my own email. I made it back as it was before but it still will not work what do I do?
I need a little help with an email bomber i'm making. I got the email part to work and everything, but stupid gmail when gets bombed with (same subject) will just stack them on top of each other instead of taking up room in the inbox. I was wondering how to make the subject generate a random string every time the timer restarts? Or if i need to change it to loops to do this? Either one would work.
Hiya Guys! I have just released a new vi! Be sure to check it out! If you haven't seen my first video, check it out! Remember to subscribe and suggest an item for my future giveaway (details on channel). Thanks!
heyy .. awesome tutorial .. i managed to make a seprate textbox for subject too .. n it works fine .. can u tll me ho to run it n pass it to my friends who donot use vb express ??
omg i have to comment the code from the lst video works!!! excellent work. thanks man!! By the way guys the SMPT code from the first video seems now to be the same port for windows hotmail live. So i duno if the googlemail port has changed?
I have a page that shows the results of an assessment and I would like the page to be emailed to me. Is there a way to put my pagename (resultsForm) in the Body?
I have a page that shows the results of an assessment and I would like the page to be emailed to me. Is there a way to put my pagename (resultsForm) in the Body?
Ok, so this works if I send it to a gmai account. But for some weird ass reason it won't work if I send it to my hotmail (and yes, I did make sure to change the port number and the smtp address.)
Nice tutorials!! Do you know of any books or good in depth websites that would teach me how to use outlook, but more importantly to add images from my program like charts that I could embed in the email body? I can make simple text emails but would love the ability to include my programs generated charts.
@ktbsupremo in the solution explorer to your right right-click your project name and go to properties then go to the publish tab and publish it ... :D
@777ghu Download 2010 express. Its free and it has this program in it, the only differense from express and the normal visual basic is some shit you wont need to make programs.
that is so cool. a funny thing happened to me while i was testing it, first of all i got my password wrong=S then i pressed the button and nothing happened (i checked my inbox - nothing!) so i like pressed it lots cos that always fixes everything....and ended up spamming myself with 24 messages. the stuff you used for googlemail works, i have 24 evidences for it =D
by the way textbox4.text is my new textbox in wich suppoust to be the subject of the message, and it's notthe problem, the problem is some object wich doesn't exist, i tryed to eliminate that line, but than he selects me the line wich is the first under that
when i enter smtp.EnableSs1 = True, it gives me an error saying= EnableSs1 is not a member of System.Net.Mail.SmtpClient. i entered the code exactly.. Help?
How do you make it so you can check "Show Password" and it will show the password if you have it as the astric aka "*" ? What is the source for it, would really appreciate it, Thanks!
it takes time to send an email, so iam wondering if you could do a progress bar to show when the email have been sent and show a message that it is sent
sign in to ur gmail.... and go to settings..
MrObiwills 3 days ago
Not Work Iso Angry !!1
TheArielmaster 5 days ago
Thanks for your answer
89humaiz 2 weeks ago
yow .. do you have tutorial like this for yahoomail?? i need help thanks bro
TheMamsila 3 weeks ago
Hello, thanks for your tutorials, its very helpful.
I am facing the same problem pointed out by davidlee1971.
It says:
"StmpException was unhandled.
The operation was timed out"
What do I do?
89humaiz 1 month ago
@89humaiz Change :
SMTP.Credentials = New System.Net.NetworkCredential("username", "password")
to
SMTP.Credentials = New System.Net.NetworkCredential(TextBox1.Text, TextBox2.Text)
XOrangeOrgasmX 3 weeks ago
hello my Emailing Application from Tutorial 25 will not work anymore. it worked fine at first but after I tried to set it on a timer it would not work any more. I tried two boom my own email. I made it back as it was before but it still will not work what do I do?
ChefJimmy3000 1 month ago in playlist Flere videoer fra TeachMeComputer
NVM i made my own...
UltimaGodHades 1 month ago
This has been flagged as spam show
Dim E, P As String E = InputBox("Email Required") P = InputBox("Password Required")
Dim M As New MailMessage M.From = New MailAddress(E) M.To.Add(TextBox1.Text) M.Subject = TextBox2.Text M.Body = TextBox3.Text
Dim smtp As New SmtpClient("smtp.gmail.com") M.Port = "465" M.Credentials = New System.Net.NetworkCredential(E,P) M.EnableSsl = True M.Send(M)
Aparently It doe not work, whats the deal?
UltimaGodHades 1 month ago
Comment removed
UltimaGodHades 1 month ago
it all worked fine for me....How to add a file as an attachment and send it
Mrkdhanrajgoud 1 month ago in playlist More videos from TeachMeComputer
You cold also add a subject box and/or a "to address" box :)
TheChildofInsanity 1 month ago
This has been flagged as spam show
hi
SMTP.Send(Mail) Gives me the error : A first chance exception of type 'System.Net.Mail.SmtpException' occurred in System.dll
so do you know what's wrong?
ema4u3 1 month ago
Thanks man ! It's all verry good job ! :D It's running ! Thanks !
spriatez 1 month ago
@davidlee1971
Same, can anyone help me?
TheOnlyCommenter123 1 month ago in playlist Visual Basic .NET Tutorials
Comment removed
TheOnlyCommenter123 1 month ago in playlist Visual Basic .NET Tutorials
This has been flagged as spam show
Can somebody PLEASE tell me how to make an email inbox, reciever or notifier (Hotmail)
curlyfries0511 2 months ago 2
This has been flagged as spam show
Can somebody PLEASE tell me how to make an email inbox, reciever or notifier (Hotmail)
curlyfries0511 2 months ago
Comment removed
curlyfries0511 2 months ago
I need a little help with an email bomber i'm making. I got the email part to work and everything, but stupid gmail when gets bombed with (same subject) will just stack them on top of each other instead of taking up room in the inbox. I was wondering how to make the subject generate a random string every time the timer restarts? Or if i need to change it to loops to do this? Either one would work.
potential582 2 months ago
This has been flagged as spam show
Hiya Guys! I have just released a new vi! Be sure to check it out! If you haven't seen my first video, check it out! Remember to subscribe and suggest an item for my future giveaway (details on channel). Thanks!
hackster2011 3 months ago
at 4:18 gave a heart attack , lolz.....by the way nice tutorial....
SzeTheProGamer 3 months ago
LOL people create fake login with this :P
Samox70 3 months ago
does it work only from gmail to gmail or from gmail to any other emaild?
RobertsGeorgs 3 months ago in playlist Visual Basic .NET Tutorials
Watching this video put me in the happiest mood. :)))
Acceptable76 3 months ago
@TeachMeComputer I was wondering if there are any way that I can email another application that i have made. Like MSN, sortoff)
KickAssCommand 4 months ago
I hope some one can help me,,, because i hav the next problem:
Error 1 El tipo 'MailMessage' no está definido.
Error 2 El tipo 'MailAddress' no está definido.
Error 3 El tipo 'SmtpClient' no está definido.
thnaks.
manuelburela 4 months ago in playlist VB Curso (inglés)
heyy .. awesome tutorial .. i managed to make a seprate textbox for subject too .. n it works fine .. can u tll me ho to run it n pass it to my friends who donot use vb express ??
thank you :)
irfanharun222 4 months ago
why the hell u dont test it?!?!?!?!?!?!?!
GEOTHEWORST 5 months ago
i have a problem in the line SMPT.send(mail)
smpt exception unhanled
turtlecat77 5 months ago
@turtlecat77 me too.. :(
banguncool 4 months ago
me too...
florinel384 4 months ago
thank you dude really very nice and also works like a charm
very simple
dashingvijay1 6 months ago
omg i have to comment the code from the lst video works!!! excellent work. thanks man!! By the way guys the SMPT code from the first video seems now to be the same port for windows hotmail live. So i duno if the googlemail port has changed?
stupot008 6 months ago
Was working Yestarday...but giving an Exception Failure sending mail SMPT.send(mail) Not working !!!!
BISLERE 6 months ago
@BISLERE me too :C
turtlecat77 5 months ago
not work
1111kalo 6 months ago
Hee is it possible to make an error msgbox when the username and password don´t match?
keff0o 7 months ago
Do you have any videos on consuming webservices in asp.net
magicflowerish 7 months ago
lol I love Phisers
TheN20s 8 months ago
@TheN20s do you know how?
lorenzo041195 6 months ago
@lorenzo041195 how to phish ?:P
TheN20s 6 months ago
@TheN20s hehe i allready figured it out :)
lorenzo041195 6 months ago
is it possible to make a email reader that will be cool
benjadahl 8 months ago 3
This has been flagged as spam show
can you show how to send a page in email?
I have a page that shows the results of an assessment and I would like the page to be emailed to me. Is there a way to put my pagename (resultsForm) in the Body?
TheForneyFamily 8 months ago
can you show how to send a page in email?
I have a page that shows the results of an assessment and I would like the page to be emailed to me. Is there a way to put my pagename (resultsForm) in the Body?
TheForneyFamily 8 months ago
thanks for the tutorial. does any body knows of a tutorial where it shows how to open an attachment in a received e-mail using visual studio 2010?
gullitgeorge 8 months ago in playlist VISUAL BASIC
Hi I get stuck @ mail.Body = TextBox1.Text, textbox2.Text
i want to get textbox2.text sended aswell but i cant get it done
thx already :D
sellywyn112 8 months ago
@sellywyn112 just do it like this: (TextBox1.Text, TextBox2.Text)
lorenzo041195 6 months ago
Lol I made a spammer before watching this:p
Mcmattiemartin 8 months ago
Ok, so this works if I send it to a gmai account. But for some weird ass reason it won't work if I send it to my hotmail (and yes, I did make sure to change the port number and the smtp address.)
aintisaword 9 months ago
good work....
can u make a tutorial in which u can send mail for 25 or more people at a time
Mr12345678rohanable 9 months ago
good make some more tut.....
good work
it really works
Mr12345678rohanable 9 months ago
Nice tutorials!! Do you know of any books or good in depth websites that would teach me how to use outlook, but more importantly to add images from my program like charts that I could embed in the email body? I can make simple text emails but would love the ability to include my programs generated charts.
monkeys5150 9 months ago
trhx a lot.
I just have question. Now yuo sent just 1textbox. How can you send more than 1??
morsanis 9 months ago
mine says smtp exhutation is unhaild
THEGAMINGRULER 9 months ago
doesnt fking work i change the codes and it doesnt work
Hydrogz 10 months ago
well i figured out my problem when i was doing it i put mail.To.Add(TextBox4.Text) because i was doing textbox2.text
xx99str3ngth 10 months ago
how can i check with an if statement or something similar if the email were sented; i want a msgbox saying that "your e-mail was sent successfully"
please answer
ultimate1471 11 months ago
I write code from VB.NET Tutorial 24 - Emailing Application (Visual Basic 2008/2010)
but I am facing Error Unhandled exception has occured in your application ...... Failure Sending mail.
please help me.
davidlee1971 11 months ago 6
@davidlee1971 ..... i am having the same problem .. " Failure sending mail " ... Any let me know what i am doing wrong .. please help me tooo ...
bluebahrianman1819 10 months ago
i have tried the hotmail sever, gmail server, yahoo server and every single one of them didnt work they all say that the server aborted please help
squareitup121 1 year ago
i made it so the mail.to.add(a diffrent email)
mail.from was from the same email as mail.to.add
i think this is right but when i debug it and try to send it opens up the coding a highlight SMPT.send(mail) and says it cant send please help
squareitup121 1 year ago
how can make a speak to word application ?
hamzakhammash 1 year ago
hehehaha make it woek for yahoo!
freefungamesforu 1 year ago
This has been flagged as spam show
please add me in skype !! a i want to ask you something
my skype is vasilis.kx
vasiliskx 1 year ago
please add me in skype !! a i want to ask you something
vasiliskx 1 year ago
YOU ARE AWESOME!! but mate how about we take a project which was made by VB.NET and then we analyze it...
moustafa0122585186 1 year ago
How do I make it so I dont need to open vb.net to use it?
ktbsupremo 1 year ago
@ktbsupremo in the solution explorer to your right right-click your project name and go to properties then go to the publish tab and publish it ... :D
Nickolakis21aek 1 year ago
is it possible to make it send the other way around, as in, you send them an email? :D
nickyboy304 1 year ago
6,666'th viewer D:
xXThesticlerXx 1 year ago
any 1 have visual basic 2008 crack or any license key etc......plssssss
777ghu 1 year ago
@777ghu Download 2010 express. Its free and it has this program in it, the only differense from express and the normal visual basic is some shit you wont need to make programs.
xXThesticlerXx 1 year ago
@777ghu lol its a free program... just download 2010
Dieg0wned 1 year ago
can you use it for like if i make them tell me there name and the they click email will it send the name to me ?
crazyhacker25 1 year ago
that is so cool. a funny thing happened to me while i was testing it, first of all i got my password wrong=S then i pressed the button and nothing happened (i checked my inbox - nothing!) so i like pressed it lots cos that always fixes everything....and ended up spamming myself with 24 messages. the stuff you used for googlemail works, i have 24 evidences for it =D
suupertramp 1 year ago
Okay well i saved everything and then accidentally closed it i can only open the text back up, how do i open the design window?
Movies4FreeDivX 1 year ago
Ok SMTP.Send(Mail) Gives me the error : A first chance exception of type 'System.Net.Mail.SmtpException' occurred in System.dll
Please help :(
Movies4FreeDivX 1 year ago
what if i have more den i text box fill for my mail body? wat should i do? and i m using 2010 version can it be done using this?
josephineling 1 year ago
Great to tutorial on "sending an email" but how about "retrieving them"?
TH3ReBeL13 1 year ago
I am being told that this has an error:
Mail.From = New MailAddress(TextBox2.Text)
Is it because im using 2010 version?
TheGameSpy1 1 year ago
Anyone know how to make a email receiver...??
MikovicNenad 1 year ago
This has been flagged as spam show
I really appreciate what your doing, thanks for taking the time to make this videotutorials, keeep uploading
PARKERx87 1 year ago
This has been flagged as spam show
i really appreciate what your doing, thanks for taking the time to make this videotutorials, keeep uploading.
PARKERx87 1 year ago
i really appreciate what your doing, thanks for taking the time to make this videotutorials, keeep uploading.
PARKERx87 1 year ago
The problem was in the code, i found it on your web site. Thanks :)
Raychex1997 1 year ago
by the way textbox4.text is my new textbox in wich suppoust to be the subject of the message, and it's notthe problem, the problem is some object wich doesn't exist, i tryed to eliminate that line, but than he selects me the line wich is the first under that
Mail.To.Add(TextBox2.Text)
and again he wants some object pls help....
Raychex1997 1 year ago
He select me this whit yellow
Mail.Subject(TextBox4.Text)
and he sais that i didn't created some object pls help
sorry for my bad english i'ts not my first language
Raychex1997 1 year ago
@Raychex1997 should be mail.subject = (textbox4.text) if im not wrong
RoarOfVictory 1 year ago
Hey I have and Error.
AuthenticationExeption was Unhandled
And a Yellow Highlight at the Smtp.send(mail)
in which prevents me from building my form and sending the mail
Please help me ASAP!
DanielekZ 1 year ago
@DanielekZ me too
principerFTW 1 year ago
@DanielekZ make sure you typed the right port, 587
principerFTW 1 year ago
how to make it secure to my internet security app ?? It won't allow me send any email.
ImJustSayin9 1 year ago
how to let it make like
textbox1
textbox2
textbox3
and that as body but under beneath each other in the email
yourgam3 1 year ago
when i enter smtp.EnableSs1 = True, it gives me an error saying= EnableSs1 is not a member of System.Net.Mail.SmtpClient. i entered the code exactly.. Help?
stalker0111 1 year ago
@stalker0111 lol i got it
stalker0111 1 year ago
@stalker0111
it is not ss1 it is ssl xD
erbemirbe 1 year ago
@stalker0111 its not a 1 but a l
yourgam3 1 year ago
@stalker0111 ad this to thevery top of your codes
Imports System.Net.Mail
ImJustSayin9 1 year ago
ur a star
brendonkelpee 1 year ago
How do you make it so you can check "Show Password" and it will show the password if you have it as the astric aka "*" ? What is the source for it, would really appreciate it, Thanks!
versEFx 1 year ago
@versEFx make an checkbox dubble click it and type
If CheckBox1.Checked Then TextBox3.PasswordChar = ""
in my case it was textbox3 but in your case just take the textbox where your password is
erbemirbe 1 year ago
@erbemirbe Thanks man, I actually already figured it out but thanks.
versEFx 1 year ago
@versEFx no problem! :)
erbemirbe 1 year ago
What are you doing making a tut at 3am!!!??? :P
ThePGeist 1 year ago 15
@ThePGeist he did all the tutorials and upload all of them together. thats why all of the tutorials were uploaded within a week.
appleplusy1 4 months ago
thanks mate
ZRandomshit 1 year ago
@xhtmlphp you can use loops for it :3
MorrinWellSmith 1 year ago
I need help With the email sending Shit
MrCodStar 2 years ago
all your tutorial are amazing.
it takes time to send an email, so iam wondering if you could do a progress bar to show when the email have been sent and show a message that it is sent
7wael 2 years ago
after your done with the code that sends the email type in
dim SAPI
SAPI = CreateObject("sapi.spvoice")
SAPI.Speak("Message Sent")
126644 2 years ago 15
@126644 What this should do exactly ??
ImJustSayin9 1 year ago
@126644 great idea, but know can i check with an if statement or something similar; i wanta msgbox sayinf that "your e-mail was sent successfully"
ultimate1471 11 months ago
This has been flagged as spam show
@126644 great idea, but know can i check with an if statement or something similar; i want a msgbox saying that "your e-mail was sent successfully"
ultimate1471 11 months ago