How can I refrence the aspNetEmail

  • Thread starter Thread starter Mike John
  • Start date Start date
M

Mike John

How can I add refrence to aspNetEmail so I can import it
in my aspx page

Imports aspNetEmail 'aspNetEmail was not in the list of
Imports.

Sincerely yours


Mike John
 
Hi Mike,
aspNetEmail is a 3rd party assembly that I wrote ( www.aspNetEmail.com ).

If you would like to send an email, without purchasing a component, then you
will need to reference the System.Web.dll and use the System.Web.Mail
namespace.

Let me know if you need anything else.

Cheers!
Dave
www.aspNetEmail.com
 
Back
Top