|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 5/24/2007 12:04:19 PM
Posts: 2,
Visits: 3
|
|
| I want to use the Persits.SendMail utilities from a web page and must reference them as an assembly or namespace. Do you know of any knowledge base/support articles describing how to use the Persits tool?
|
|
|
|
|
Supreme Being
      
Group: Administrators
Last Login: Today @ 8:28:12 AM
Posts: 91,
Visits: 194
|
|
| Hello, At this time we do not have ASPEmail installed in the server General Assembly in order to use with .NET. We would recommend Advanced Intellect aspNetEmail, ExclamationSoft SMTP.NET components or the .NET built-in assemblies for your ASP.NET application which we do have installed on our servers.
Plato Re-invent Technologies LLC Re-invent Support Team http://www.re-invent.com
Specializing in ASP.NET Hosting
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 5/24/2007 12:04:19 PM
Posts: 2,
Visits: 3
|
|
| Thanks for the reply... but now I'm confused. On your HOME page under "Featured ASP/ASP.NET Components" the first listed item is "Persits ASPEmail ASP Component" If it isn't supported, perhaps you should remove it from the list??
|
|
|
|
|
Supreme Being
      
Group: Administrators
Last Login: Today @ 8:28:12 AM
Posts: 91,
Visits: 194
|
|
| It is fully supported as an ASP (Active Server Page) Component and is installed for use with ASP on all servers.. It is my understanding that ASPEmail must be installed to the Server GAC to work with ASP.NET but I'll double check with one of our server admins. At this time we do not have it installed to the Server GAC only installed so it can be run from ASP.
Plato Re-invent Technologies LLC Re-invent Support Team http://www.re-invent.com
Specializing in ASP.NET Hosting
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 2/20/2008 9:35:34 AM
Posts: 3,
Visits: 5
|
|
| Hi, I can't seem to get the sendmail feature in asp.net to work on a webpage. I am following the details in the below post http://support.re-invent.com/article.aspx?id=10398&query=smtpclient My mailsettings in the web.config are: < mailSettings>< smtp from="test@mydomain.com">< network host="mail.mydomain.com" port="25" userName=test@mydomain.com password="password" defaultCredentials="true" /></ smtp></ mailSettings> The email user was added using the webmail application and has admin rights. Also, the email from reinvent says use the mail.mydomain.com as the smtp server. This seems to be where the code errors and shows this message: Sys.WebForms.PageRequestManagerServerErrorException: Failure sending mail What do I need to change? Thanks.
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 2/20/2008 9:35:34 AM
Posts: 3,
Visits: 5
|
|
| I just uploaded to the ftp site and the code works in the production environment!! Not sure why it is not working locally in the development environment. If anyone knows I would be interested in knowing the answer. I can connect via sql server managment and via the ftp/copy feature in visual studio so don't know why the email functionality would not work while running locally in the development environment.
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 3/10/2008 12:03:07 PM
Posts: 8,
Visits: 44
|
|
| Hello, Does your domain name resolve to us also possibly you have a firewall installed blocking port 25?
|
|
|
|