EOSERV Forum > Lounge > Email Sending Program (V2)
Topic is locked.
Page: << 1 >>
Email Sending Program (V2)
Author Message
Post #78391 Email Sending Program (V2)

I recentely built a program in Visual Basic 2010 express :) I want to learn it and get good at it and i want some ideas. I need to know what things i can make(beginner please!)

Here is a program i made: It's a program that sends and email to whoever! It's very simple actually i just coded it and had help of youtube and i got it done in 10 minutes =D So here it is :)

(only works with the email your sending from is hotmail)


http://www.mediafire.com/?4l82k4y7or1y6i7


EDIT:

V2

Including Hotmail,Yahoo,Gmail email sending All in one!


http://www.mediafire.com/?1crjj0y7k87c8rk

---
stay tuned.
14 years, 5 weeks ago
Post #78392 Re: Email Sending Program


You should add a SelectionList to change the POP server. Visual basic is fun :3 I like it and right now im trying to finish my experience with it so i can move on to another language. Try some xml parsing. It's useful and helped me learn alot about XmlReader, and some other stuff that i used it for.

---
Andrewbob - I would be on the fucking copter of rofls

Programmer, Web Developer, and Graphics Designer
14 years, 5 weeks ago
Post #78394 Re: Email Sending Program
Wildsurvival posted: (17th May 2011 11:10 pm)


You should add a SelectionList to change the POP server. Visual basic is fun :3 I like it and right now im trying to finish my experience with it so i can move on to another language. Try some xml parsing. It's useful and helped me learn alot about XmlReader, and some other stuff that i used itfor.



Thanks! I will try the selectionlist actually :( then i'll goto the xml parsing. Thanks for the tips WildSurvival (your the one that made me want to use Visual basic :) )

---
stay tuned.
14 years, 5 weeks ago
Post #78395 Re: Email Sending Program


:P Thanks. Its a cool language, but theres alot of things that are impossible to do in VB.Net. After i get done in VB.Net im going to C programming. I got a cool PDF file called "Let Us C" Its very similiar to C++ and the PDF is very informational. Its like 700 pages long lol.

One of my first VB Programs was an anonymous email sender, :P. I've also made a text-to-voice, a auto-clicker, and an auto-typer as one of my first few programs.

---
Andrewbob - I would be on the fucking copter of rofls

Programmer, Web Developer, and Graphics Designer
14 years, 5 weeks ago
Post #78401 Re: Email Sending Program

You could actually make a simple Mail() function within PHP. There are a couple of things to remember though, if you intend to send any mail generated from your own PC/Website, many won't receive the email without including the DKIM signing, mainly Yahoo. Even with this digital signing method to confirm the address is actually the origin of the email, you may have some odd blacklisting as many residential IP addresses have. To overcome this, shell out a few more bucks for a business listing and work with your ISP to get yourself an IP approved for sending/receiving emails.

There are alternative methods, such as using gmail to send your messages via their SMTP servers, or another provider with such support. Either way, there is no need for a program that generates email, unless you are intending on creating spam.

14 years, 5 weeks ago
Post #78402 Re: Email Sending Program


I made stuff for php membership and thats what i used for account activation. It sent an email from my SMTP, all you have to do is use the default Mail() function. It will automaticly use the SMTP. It probrobly will work with a server host since if they dont have that disabled and they have a SMTP.

---
Andrewbob - I would be on the fucking copter of rofls

Programmer, Web Developer, and Graphics Designer
14 years, 5 weeks ago
Post #78454 Re: Email Sending Program (V2)

My first VB application was a chat application using winsock :P

Edit: You could try making a web browser. It's easy to do with VB.

---
I am an alien and not crazy!
14 years, 5 weeks ago
Post #78532 Re: Email Sending Program (V2)


Using the webbrowser class? Its basicly the same as using IE.

---
Andrewbob - I would be on the fucking copter of rofls

Programmer, Web Developer, and Graphics Designer
14 years, 5 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > Lounge > Email Sending Program (V2)