Using Advanced Intellect's Products in VS2010/2012
** NOTE: ALL OF OUR PRODUCTS RUN ON ALL VERSIONS OF .NET. **The instructions below are for people using VS2010 and beyond....
View ArticleSending Email through Gmail using aspNetEmail
aspNetEmail can easily send email through Gmail. To do this, you must do the following:a) Download the AdvancedIntellect.Ssl.dll from http://www.advancedintellect.com/download.aspxb) Use aspNetEmail...
View ArticleExchange 2010 and SMTP settings
Recently I had an email exchange with a customer about sending email through MS Exchange 2010, using aspNetEmail.aspNetEmail had been running fine when they were emailing through Exchange 2007,...
View ArticleSending Email from different local IPs
I recently had a question about aspNetEmail (thanks Clay!). He wanted to know how he could use aspNetEmail to choose different local IPs for sending emails.A little backgroundaspNetEmail creates it's...
View ArticleaspNetEmail: Adding Email Functionality to SQL Server with aspNetEmail
The following steps can be taken to use aspNetEmail from inside of SQL Server.1)Make sure database Trustworth is set to on. This is found in the database properties. To set it call:ALTER DATABASE...
View ArticleaspNetEmail supports Amazon SES
aspNetEmail now supports Amazon Simple Email Service (SES). This latest update is still in beta. If you would like a beta to test, feel free to contact us using the Contact Us page and request the...
View ArticleaspNetEmail Supports Amazon Simple Email Service
aspNetEmail now supports the recently launched Amazon Simple Email Service.Amazon Simple Email Service (Amazon SES) is a highly scalable and cost-effective bulk and transactional email-sending service...
View ArticleaspNetEmail: Determining the Progress of the Email Sending Processes
I recently had a request on how to create a progress bar for sending an email with aspNetEmail. (thanks John!).To do this, you need to tie into the EmailMessage BeforeSocketSend event. This event is...
View ArticleaspNetPOP3 and aspNetEmail: Creating an email "Proxy" to process and resend...
Ian (on the forums) had a question about how to download email from a POP3 server, process it using his own custom rules, and then resending it.The trick to resending it, is that he wanted to the...
View ArticleiCalendar: Using HTML in the iCalendar Description Field
I recently had a request of how to use HTML formatted content in the description field of an iCalender.Background: By default, the iCalendar specification only allows plain text to be used in the...
View Article