try out this link
http://www.eggheadcafe.com
Main Topics
Browse All TopicsHi, i need this email code below, it works but i need to have a smtp server, i want a function that send emails, that does not need a smtp account. is there a way to do that, how?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
try out this link
http://www.eggheadcafe.com
i found this code that was gave by roma2208 on the link above,
{
AOSMTPLib.MailClass oSmtp = new AOSMTPLib.MailClass();
oSmtp.FromAddr = "test@emailarchitect.net";
oSmtp.Subject = "Test";
oSmtp.BodyText = "Hello, this is a test....";
string[] recipients = new string[2];
recipients[0] = "support@adminsystem.net";
recipients[1] = "test@hotmail.com";
for( int i = 0; i < recipients.Length; i++ )
{
oSmtp.ClearRecipient();
oSmtp.AddRecipient( recipients[i], recipients[i], 0 );
oSmtp.ServerAddr = "";
if( oSmtp.SendMail() == 0 )
Console.WriteLine( "Message to {0} delivered!", recipients[i] );
else
Console.WriteLine( "Message to {0} failed: {1}",
recipients[i],
oSmtp.GetLastErrDescriptio
}
}
and this one here below that was gave by dhansmani.
i was wonder wich one is better and how can i translate this to vbs for asp.net? any help on this?
you can use online code converter to convert it from vb to C#
http://www.developerfusion
through this you can convert it in which you want..
I have also sent you the same link which dhansmani sent.
try this..
its good one converter
http://converter.telerik.c
rafaelrgl,
same topic is discussed in this thread.
http://www.experts-exchang
and view my post ID:25557570
Regards,
Kashif
hi MuhammadKashif,
I will test your solution that is showing on this link here:
http://www.cmsconnect.com/
and i let you know what happen. but looks a good way to do it.
Business Accounts
Answer for Membership
by: roma2208Posted on 2009-11-01 at 23:17:20ID: 25717513
this may help, rum/showth read.php?t =356127
net/webapp /smtpcom/d evelopers/ dnslookup. asp
/articles/ 20030316.a sp
http://www.codeguru.com/fo
http://www.emailarchitect.
http://www.eggheadcafe.com