Email Problem

  • Thread starter Thread starter David
  • Start date Start date
D

David

Dear All,

I am building a library inventory system. I want to auto send email to
the users when expire. However, I do not know how to do it. Would you please
give me some hints ? Thanks in advance.

Best Regards,
David
 
Hi David,
>
I am building a library inventory system. I want to auto send email to
the users when expire.

Good Idea! I wish our library in Heidelberg, Germany would offer this
service :-)
However, I do not know how to do it. Would you please
give me some hints ? Thanks in advance.

Have a look here:

http://www.systemwebmail.net

You'll find everything you need there.

Cheers

Arne Janning
 
Hi Arne,

Can you tell me why I can not import system.web.mail?
I mean, I can input
Imports system
but when I input
Imports system.web.
The auto completion function will not display "mail" for me to choose, why?
Thank you in advance!

Best regards

Hu Jia
 
Hu said:
Can you tell me why I can not import system.web.mail?
I mean, I can input
Imports system
but when I input
Imports system.web.
The auto completion function will not display "mail" for me to choose,
why?
Thank you in advance!

Go to the Solution-Explorer, right-click on "References", click on "Add
Reference" and select System.Web.dll from the list.

Cheers

Arne Janning
 

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