Test Email Delivery Methods in web.config Using ASP.net
Last Updated on Wednesday, 9 January 2013 11:18 Written by David Bauernschmidt Tuesday, 8 January 2013 12:00
Among the most common items in a web site is the implementation of email. There are many ways of implementing email from a web site. You can use a multitude of technologies to accomplish this. This article is not to discuss different methods but to look at one method which is asp.net. You could just set the settings (server, login, password, etc) in code and use the standard SMTP code that so many sites put together, however; I have found this to be cumbersome when you are deploying the site to production. Furthermore; after you publish to production any further testing will mingle the production emails among the testing emails. So what can you do to make this an easier transition? If you are familiar with VS 2012 transformation then you can see where I am going. If not then be prepared to learn something new today.
Learn MoremojoPortal Tips: mojoPortal and Scalability
Last Updated on Friday, 3 August 2012 11:27 Written by Carole Bennett Tuesday, 28 August 2012 12:00
One of the biggest frustrations of any website is when it outgrows capacity. Luckily for mojoPortal users, there are multiple methods of configuring a mojoPortal-based site to be not only flexible, but expand with the needs of your organization.
Method 1: Flexible Hosting – leveraging a hosting option such as a VPS can allow you to increase available resources to a specific website instance. Since this is a single-server solution, the complex issues of load-balancing, etc. are not relevant factors.
Learn More
Recent Comments