473,395 Members | 1,456 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

does system.web.mail internally use CDO's??

hi can any let me know if "System.Web.Mail" Name space used CDO to send
mails??

,,,,,

Senthil



Nov 16 '05 #1
5 1153
Yes it does.

Ciaran

"SenthilVel" <se******************@misyshealthcare.com> wrote in message
news:u4**************@tk2msftngp13.phx.gbl...
hi can any let me know if "System.Web.Mail" Name space used CDO to send
mails??

,,,,,

Senthil



Nov 16 '05 #2
Ciaran
in one of myrequirements i do need to eliminate the USAGE of CDO's and send
mail...

can yu sugest me any other way/ways to send mails withput using CDO's in
dotnet ??

Thanks
Senthil
"Ciaran" <ci****@theodonnells.plus.com> wrote in message
news:41***********************@ptn-nntp-reader04.plus.net...
Yes it does.

Ciaran

"SenthilVel" <se******************@misyshealthcare.com> wrote in message
news:u4**************@tk2msftngp13.phx.gbl...
hi can any let me know if "System.Web.Mail" Name space used CDO to send mails??

,,,,,

Senthil




Nov 16 '05 #3
> in one of myrequirements i do need to eliminate the USAGE of CDO's and
send
mail...

can yu sugest me any other way/ways to send mails withput using CDO's in
dotnet ??


you can write your own implementation of SMTP protocol using Sockets.
basically you follow these steps:

let's have the e-mail: au***@domain.com

1) you take the domain part of the email address (domain.com)
2) you ask the DNS server for the MX record of the domain (to know where to
send the email) (http://c.ittoolbox.com/code/d.asp?d=1419&a=s) (the query
will return something like: smtp.domain.com)
3) you open a socket connection to the server returned in the MX record of
given domain (smtp.domain.com).
4) you follow the SMTP protocol to put the message content to the server
(http://www.eggheadcafe.com/articles/20030316.asp).

for more references use google with "C# smtp".

regards,
Wiktor Zychla
Nov 16 '05 #4
Senthil,

Check out the Indy project, at (watch for line wrap):

http://www.indyproject.org

I believe there is an SMTP implementation that does not use CDO.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"SenthilVel" <se******************@misyshealthcare.com> wrote in message
news:uo**************@TK2MSFTNGP14.phx.gbl...
Ciaran
in one of myrequirements i do need to eliminate the USAGE of CDO's and
send
mail...

can yu sugest me any other way/ways to send mails withput using CDO's in
dotnet ??

Thanks
Senthil
"Ciaran" <ci****@theodonnells.plus.com> wrote in message
news:41***********************@ptn-nntp-reader04.plus.net...
Yes it does.

Ciaran

"SenthilVel" <se******************@misyshealthcare.com> wrote in message
news:u4**************@tk2msftngp13.phx.gbl...
> hi can any let me know if "System.Web.Mail" Name space used CDO to send > mails??
>
>
>
> ,,,,,
>
> Senthil
>
>
>
>
>
>
>
>
>



Nov 16 '05 #5
Try Open SMTP.Net

http://sourceforge.net/projects/opensmtp-net/
--
Truth,
James Curran
[erstwhile VC++ MVP]
Home: www.noveltheory.com Work: www.njtheater.com
Blog: www.honestillusion.com Day Job: www.partsearch.com

"SenthilVel" <se******************@misyshealthcare.com> wrote in message
news:uo**************@TK2MSFTNGP14.phx.gbl...
Ciaran
in one of myrequirements i do need to eliminate the USAGE of CDO's and send mail...

can yu sugest me any other way/ways to send mails withput using CDO's in
dotnet ??

Nov 16 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: JSzucs | last post by:
I wrote a little code snipet in Asp.Net to send a default message to my outlook email address. That works fine, since the SMTP virtual server default domain is same domain as my outlook mail...
6
by: Owen | last post by:
I am sending email using CDO but it only seems to work when the "To" address is within the same domain as mine. When I send to an outside domain (eg. yahoo.com) the mail simply does not reach...
0
by: techie | last post by:
I'm trying to use system.web.mail to send an email, but the smtp server requires authentication. I came across some info about fields property Dim mail As New MailMessage() mail.To =...
3
by: techie | last post by:
I'm trying to use system.web.mail to send an email, but the smtp server requires authentication. I came across some info about fields property Dim mail As New MailMessage() mail.To =...
3
by: pmud | last post by:
Hi, I have ab ASP.Net Application in which I need to send e-mail on button click. Even though my C# code for that is correct.I am getting the following error:: I think the following error can be...
2
by: Samuel | last post by:
Hi, I am not too sure how to send email with System.Web.Mail using Pickup directory. The following is what I have ==================================================== eMail = new...
2
by: Thomas I. | last post by:
I "occastionally" receive this error message when sending e-mail through the code below. It doesn't happen every time, but perhaps 10-30% of the time, I receive this exception message. ...
0
by: Eric van Wijk | last post by:
Hi All, After installing SP1 for Windows 2003, I'm running into the 'Error loading type library/DLL' exception when using CDO through System.Web.Mail: ...
2
by: Goran Djuranovic | last post by:
Hi all, When sending mail from within a windows service I get this exception: "The specified procedure could not be found" at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly) at...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.