SmtpMail in web forms application

  • Thread starter Thread starter Luke
  • Start date Start date
L

Luke

Hi

I use SmtpMail in aspnet and it works fine!
But in simple windows forms application
I get exception CDO.Message.
I use Merak Mail Server trial.

regards
Luke
 
Trying to use CDO, or the .NET mail objects?

If you are aiming at CDO, I would head the other direction (a bit of a
learning curve, but not too steep). I am not familiar with Merak Mail, so I
cannot comment on interaction there. Assume it is a normal SMTP server; if
so, it should not be a problem.

Publish the complete exception message and you might get more insight from
the group.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 
Im using NET object
but its ok right now, I decided that i dont need
to send mails from this application, i will do it
from ASPNET webapplication, where everything
is working.
Thanks
Lu
 
Back
Top