| | |
Receive Email in vb.net 2005
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jul 2009
Posts: 30
Reputation:
Solved Threads: 0
Hi Professionals,
I am currently working on a mass emailing system. I am using Microsoft Visual Studio 2005. With windows IIS in Windows XP SP3. My program can send mass emails using System.Net.Mail namespace found in .NET 2.0 but i have no idea on how to implement the receiving emails part.
Any advice, links, hints, tips, etc would be greatly appreciated.
Please accept my gratitude in advance.
Best Regards,
Md Azmil
I am currently working on a mass emailing system. I am using Microsoft Visual Studio 2005. With windows IIS in Windows XP SP3. My program can send mass emails using System.Net.Mail namespace found in .NET 2.0 but i have no idea on how to implement the receiving emails part.
Any advice, links, hints, tips, etc would be greatly appreciated.
Please accept my gratitude in advance.
Best Regards,
Md Azmil
Common way to receive email is a POP3 server. .NET doesn't provide a built-in POP3 server so you'll have to write one of your own or get a third-party POP3 server. To get you started, try googling http://www.google.com/search?q=vb.net+pop3+server.
HTH
P.s. I hope I don't help to build yet another spamming site
HTH
P.s. I hope I don't help to build yet another spamming site
Teme64 @ Windows Developer Blog
Are you trying to write a mailserver from the ground up to listen on port 25 and accept inbound mail messages from remote MTAs, or are you wanting to use a POP3/IMAP/Exchange connection to download your email from your mailserver?
•
•
Join Date: Jul 2009
Posts: 30
Reputation:
Solved Threads: 0
•
•
•
•
Are you trying to write a mailserver from the ground up to listen on port 25 and accept inbound mail messages from remote MTAs, or are you wanting to use a POP3/IMAP/Exchange connection to download your email from your mailserver?
I am able to send email using the System.Net.Mail namespace. But i am not sure what to use to program my system to display and receive emails.
Please advice.
I think you have a fundamental misconception of how email works. Just because you sent an email doesn't mean you have to listen for it. Spammers send email all the time from fictitious addresses and never listen for responses.
In order to send email you need to do one of two things:
1) Create your own mailserver listening on port :25 for inbound email.
2) Connection to an existing mailserver (Your school's, ISPS, etc)
Everything falls under one of those two options
In order to send email you need to do one of two things:
1) Create your own mailserver listening on port :25 for inbound email.
2) Connection to an existing mailserver (Your school's, ISPS, etc)
Everything falls under one of those two options
•
•
Join Date: Jul 2009
Posts: 30
Reputation:
Solved Threads: 0
•
•
•
•
Just because you sent an email doesn't mean you have to listen for it. Spammers send email all the time from fictitious addresses and never listen for responses.
In order to send email you need to do one of two things:
1) Create your own mailserver listening on port :25 for inbound email.
Firstly, I agree on the "Just because you sent an email doesn't mean you have to listen for it" but my project requires me to capture received emails. Secondly, I am not a spammer. And third, can the first option "1) Create your own mailserver listening on port :25 for inbound email." be used to capture receive emails?
Yes it can but you're probably looking at a few months worth of development to get your first version of a mailserver live. I would highly suggest using an existing mailserver and querying it for messages with POP3/Image/Exchange.
![]() |
Similar Threads
- Application resize in vb.net 2005 (VB.NET)
- Request for VB.NET 2005 and ASP.NET Tutorials (IT Professionals' Lounge)
- send email using vb.net (VB.NET)
- asp.net 2005 sending email (C#)
- Shrinking controls in vb.net 2005 (VB.NET)
- Sending email using vb.net (VB.NET)
- Unable to send mail in Outlook 2003 but can receive email (Windows Software)
- Unable to Send or Receive Email (Web Browsers)
- Interface to receive email from a POP3 mail account. Or an Interface like Yahoomail (ASP.NET)
Other Threads in the VB.NET Forum
- Previous Thread: Problem overriding the DropDownList Control
- Next Thread: RunPE in VB.NET?
| Thread Tools | Search this Thread |
.net .net2008 2008 access account advanced application array basic beginner browser button buttons center click code combo cuesent data database datagrid datagridview date datetimepicker designer dissertation dissertations dissertationtopic excel exists fade filter forms generatetags gridview html images input insert intel internet listview map mobile module monitor msaccess net number objects open panel passingparameters pdf picturebox picturebox2 port position print printing problem regex right-to-left save search searchvb.net select serial settings shutdown socket sqldatbase sqlserver survey table temperature textbox timer timespan transparency txttoxmlconverter update user usercontol vb vb.net vb.netformclosing()eventpictureboxmessagebox vba vbnet visual visualbasic visualbasic.net visualstudio.net visualstudio2008 web winforms wpf wrapingcode xml year






