Skip to main content

Posts

Product evaluation for mail delivery and there delivery reports

Normally, we use SMTP client to send the mail based on the requirement. Sometimes we need to track the mail which is being sent to client or different stakeholder and we wanted to assure that the mail is delivered successfully or if it's not delivered then what goes wrong with it, apart of  this we look for the report where we wanted to know that weather that mail has been opened,clicked or read by recipient or not. There can be requirement of transactional emailing solution or mass mailing. If we get the following features covered with any third party we can opt it in-spite of having own mail server and developing on own mail delivery solution: RESTful API to add an email message into the send queue Prioritize the mail  The third party solution should be able to manage both  transaction and mass email Should be able to process the mail and capture all  delivery event Should support VERP,DKIM feature Should notify back if it's unable to deliver the mail aft...

Speed up your delivery

Tools & Technology for Quality and fast Development, Code Documentation and Testing  Resharper 8(Licensed) 1.    Analyze code quality-On-the-fly code quality analysis in C#, VB.NET, XAML, ASP.NET, ASP.NET MVC, JavaScript, CSS, HTML, and XML. ReSharper tells you right away if your code contains errors or can be improved. 2.    Code editing helpers-Multiple code editing helpers including extended IntelliSense, hundreds of instant code transformations, auto-importing namespaces, rearranging code and displaying documentation. 3.    Eliminate errors and code smells- Instant fixes to eliminate errors and code smells. Not only does ReSharper warn you when there's a problem in your code but it provides quick-fixes to solve them automatically. 4.    Comply to coding standards- Code formatting and cleanup functionality is at your disposal to get rid of unused code and ensure compliance to coding standards. 5.    Code Generati...