READING EMAILS

  • Thread starter Thread starter Savas Ates
  • Start date Start date
microsoft.public.dotnet.languages.csharp - might indicate something
about this newsgroup's language :o]
 
Chris said:
microsoft.public.dotnet.languages.csharp - might indicate something
about this newsgroup's language :o]

Are you thinking Indy => Delphi?
From the main page of indyproject.org:

<quote>
Indy.Sockets is available for C#, C++, Delphi, Visual Basic.NET, any
..NET language, and Kylix.
</quote>

Jon
 
What he was referring to was the question... Savas wanted to know how to do
it in VB.NET, this is a C# newsgroup.

-Cliff

Jon Skeet said:
Chris said:
microsoft.public.dotnet.languages.csharp - might indicate something
about this newsgroup's language :o]

Are you thinking Indy => Delphi?
From the main page of indyproject.org:

<quote>
Indy.Sockets is available for C#, C++, Delphi, Visual Basic.NET, any
.NET language, and Kylix.
</quote>

Jon
 
Cliff said:
What he was referring to was the question... Savas wanted to know how to do
it in VB.NET, this is a C# newsgroup.

Ah, right. Actually, the original post was made to multiple groups,
including a VB one.

Still, the answer's the same either way, as you can use Indy from
VB.NET.

Jon
 
I am trying to use the smtpmail class to send e-mail.

SmtpMail.SmtpServer = "your mail server name goes here". I believe my
server name is pop-server.houston.rr.com...does this sound correct (I'm using
roadrunner).
 
When using the SMTPMail Class and the following, I get the error:

The transport failed to connect to the server

System.Web.Mail.SmtpMail.SmtpServer = "pop-server.houston.rr.com"

How do I get my mail server's name?
 
Does this DLL require that IIs be installed...I probably uses the
System.web.mail class which I believe does require that IIs be installed.
 
I think that is your POP server, which is where the mail comes from.
Your SMTP server is the mail server that sends your email.
You can usually get this from your ISP, check their website or call
them.
Its also known as the "Outgoing mail server"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top