Resources  
  • Configuring Exchange Server 2016/2019 SMTP RelayMar 05, 2025. This article is useful for IT administrators who need to set up and manage SMTP relays on Exchange Server.
  • How To Configure SMTP O365 Migration Using TLS 1.2 For SQL Database MailJun 07, 2022. This article will explain to you how exactly you need to configure TLS 1.2 as a default protocol and setup SMTP O365 migration using SQL 2012 Database mail and above versions for Windows Server 2012 and above Common SMTP exceptions we usually faced : The mail could not be sent to the recipients because of the mail server failure. (Sending Mail using Account 2. Exception Message: Cannot send mails to mail server. (Failure sending mail.). )Just follow the steps -
  • In UiPath RPA Tool Create A Sequence Project For Sending Mail Using SMTP Activity By Taking Credentials From Orchestrator AssetsOct 11, 2019. In this article, we are going to see how to create a RPA Project to send an email by taking credentials from UiPath Orchestrator. I have covered the basics, but this article assumes you already know the basics of UiPath.
  • ASP.NET MVC 5 - SMTP Email NotificationJun 20, 2018. This article is about sending email notification to recipient email address from within your website.
  • Universal SMTP Code To Send Emails In .NET AppsAug 13, 2017. As already mentioned quite clearly in the tagline, the only reason to write this article is to cover the basic requirements of every SMTP vendor's code in .NET applications, If your vendor is Google's mail service, — Gmail — then you can most likely leave this article and go back to the article, which I wrote quite a lot of time ago to share how to send emails through a C# programs, sending emails over .NET framework, and general problems – using C# code.
  • Send Mails And Attachments From PowerShell Using Gmail SMTP ServerApr 17, 2017. In this article, you will learn how to send mails and attachments from PowerShell, using Gmail SMTP Server.
  • Send Mails From PowerShell Using Office 365 SMTP ServerApr 11, 2017. Send Mails From PowerShell Using Office 365 SMTP Server.
  • How To Use Google SMTP Server To Send EmailFeb 15, 2016. In this article you will learn how to use Google SMTP Server to send email.
  • Send An Email To Gmail Using SMTP In Windows ApplicationOct 03, 2015. In this article you will learn how to send email to Gmail with the help of SMTP in windows application using C#.
  • How to Create a SMTP Server and Send Mail Using C#Aug 21, 2015. In this article we will learn that how to create your own SMTP server and send mail using C#.
  • Understanding SMTP4Dev and SendGrid For SMTP SolutionsAug 13, 2015. In this article we will learn about SMTP solutions for development environment. Here SMTP4Dev and SendGrid will be described.
  • Send Bulk Mails Using SMTP Configuration: Part 2Feb 17, 2014. In this article, I will enhance that application and show how to send an email to all users simply with a single button click.
  • Send Bulk Mails Using SMTP Configuration: Part 1Feb 17, 2014. This article explains how to send bulk mails using SMTP Configuration.
  • How to Test Email Without Configure SMTP in ASP.NETApr 10, 2013. This article describes how to test the email module with localhost in a web application without setting the SMTP server in ASP.NET.
  • Sending Multiple emails using Mail Merge and SMTP using ASP.NET and C#Jun 26, 2007. This utility is used to send emails to multiple users by using the Mail Merge functionality and SMTP. The prerequisite for the same is that the DataGrid should be populated with the list of the desired recipient's email addresses.
  • Sending E-mail using SMTP ServiceAug 21, 2006. This article actually is a mail console which is implemented by C# 2.0 and designed to send a standard mail message to one or more receptions.
  • Sending Email with C# using SMTP ServersAug 01, 2005. This article will explain how we can send emails using SMTP servers.
  • Microsoft CRM Customization: MS Exchange Transport SMTP Event SinkOct 18, 2004. Microsoft CRM has variety of customizations options and tools. The official and the most popular is Microsoft CRM SDK: collection of C#.Net and partially VB.Net classes, methods and code samples.
  • Web Based Front-End for SMTP Email ProgramSep 14, 2001. I have written a web based front end for SMTP email program. I have compiled it into a DLL.
  • Simple SMTP MailerMar 26, 2001. This is a simple program which shows how to send mail via SMTP without using any framework support. While using the .NET SMTP classes may be a little easier, it is good to be able to go under the hood and get your hands dirty to understand what is going on at the socket level. For simple text messages, this implementation works fine.
  • Sending Emails in ASP.NET Core MVC Using SMTPSep 25, 2024. In this guide, we'll explore how to send emails in ASP.NET Core MVC using SMTP. We'll cover the essential setup, including configuring SMTP settings, creating an email service, and sending messages programmatically.
  • How to Send Email using Spring Boot using Java Mail Sender SMTP?Jul 01, 2024. This article provides a step-by-step guide to sending emails using Spring Boot and JavaMailSender. You'll learn how to set up a Spring Boot project, configure email properties, create an email service and controller, and run the application to send emails. Troubleshooting tips and best practices are also included.
  • Xamarin.Forms - Send Email Using SMTPNov 19, 2018. In this article, you will learn how to send background Email with SMTP in Xamarin Forms.
  • Send Email From C# Windows Application Using Gmail SMTPOct 18, 2012. In this article I will explain how to send email from a C# Windows application with an attachment using Gmail SMTP.
  • SMTP/POP3/IMAP Client and Server Components LibrarySep 26, 2003. One of the least discussed components of .NET is one that has proven quite helpful for me in the development of my enterprise intranet.
  • SMTP/POP3/IMAP Client and Server Components LibrarySep 26, 2003. The attached library contains the SMTP/POP3/IMAP client and server components. See the attached help file for more details.
  • SMTP/POP3/IMAP4/WebMail ServerSep 26, 2003. The attached source code contains a project for a Web Email Server with SMTP, POP3, and IMAP4 support.
  • SMTP InternationalizationJul 16, 2003. You can find many articles dedicated to C# SMTP implementation on this or other sites.
  • SMTP and POP3 Mail ServerSep 13, 2002. This is simple implementation of SMTP and POP3 server. Two new features are added to the original code.
  • Smtp E-Mailing ApplictionOct 19, 2001. FTP client developed using Windows Forms. The source code uses a rigid Model-View-Controller design pattern.
  • Learn Database Mail in SQL ServerAug 29, 2024. Database Mail in SQL Server is a robust feature that enables sending emails via an SMTP server without relying on MAPI clients like Outlook. It offers secure SSL encryption, asynchronous processing, extensive logging, and seamless integration with SQL Server Agent, making it ideal for automated email notifications and alerts.
  • Sending Email Using Gmail Server in ASP.NET Core MVCJul 01, 2024. Learn how to integrate the Gmail server for sending emails in ASP.NET Core MVC using MailKit. This tutorial covers setting up SMTP configuration, handling email templates, and sending messages programmatically.
  • 554 5.2.2 mailbox full Error May 20, 2024. Encountering a 554 5.2.2 mailbox full error can disrupt email communication. This SMTP error occurs when the recipient's mailbox reaches its storage limit, preventing further message delivery.
  • DRY, YAGNI, KISS Engineering PrinciplesFeb 19, 2024. In software development and engineering, certain guiding principles serve as beacons of efficiency and effectiveness. Among these principles, DRY, YAGNI, and KISS stand out as fundamental pillars that shape the way engineers approach problem-solving and project development.
  • Send Mail using C# codeDec 25, 2023. In this article, we will learn how to send mail using C# code.
  • Replying To Or Forwarding Emails In C#/.NETDec 13, 2022. In this article, you will learn how to forward or reply to emails with only one line of code.
  • Sending An Email In C#/.NETNov 24, 2022. In this article, you will learn how to send emails with only one line of code.
  • Mass Email ProcessorMar 08, 2021. In this article, you will learn how to generate mass e-mails.
  • Send and Receive Emails in ASP.NET with C#Nov 13, 2019. This guide provides a comprehensive overview of sending and receiving emails in ASP.NET C#. It covers setting up SMTP, sending basic emails, adding attachments, sending to multiple recipients, and even receiving emails.
  • Configuring Database Mail In SQL ServerMay 26, 2016. In this article, I am going to show you how to configure database mail in SQL Server.
  • Send Email Using ASP.Net With C#Jul 16, 2015. In this article you will learn how to send an email using ASP.NET and C#.
  • Sending Emails Over .NET Framework, and General Problems Using C# CodeFeb 06, 2015. This article explains how to send emails using the .NET framework, focusing on the System.Net.Mail namespace. It covers the essentials of SMTP, the use of SmtpClient and MailMessage classes, and common pitfalls like incorrect credentials, SSL requirements, and hostname issues.
  • How to Send Mail Using SQL Server: Part 3Nov 21, 2014. In this third installment of our series, "How to Send Mail Using SQL Server," we delve into the configuration and implementation of Database Mail. Learn how to set up SMTP settings, create mail profiles, and write T-SQL scripts for automated email notifications.
  • How to Send an Email in C# After Configuring the ServerJul 24, 2014. This article describes how to send an email in C#. For sending the email, you need to configure the email services on the server.
  • Send Bulk Email From Yahoo and Hotmail Using ASP.NetFeb 20, 2014. In this article, I will tell you about how to send bulk email from Yahoo and Hotmail using ASP.NET.
  • How to Send Bulk Email Using ASP.NetJan 15, 2014. This article explains how to send bulk email using ASP.Net 4.5.
  • Sending An E-Mail Using ASP.NET With C#Apr 14, 2013. In this article, I show how Sending emails is a crucial functionality in web applications, often employed for various purposes like user account confirmation through OTP. This article delves into the process of sending emails using ASP.NET with C# on the Windows Forms of an ASP.NET web application.
  • CDO Object in Web Services using VB.NETNov 10, 2012. This article suggest how to resolve the issue Could not access CDO. Message while using SMTP to send email on web services.
  • Configuring Email For Development ServerOct 13, 2012. In this article we can explore how to configure Email for a Development Server. In real-world development envirnments you need to work with Email enabled lists / workflows / code.
  • Relay Email Using Your Gmail AccountSep 19, 2012. This article describes a quick and easy way to test your email messages by relaying them through your existing Gmail account.
  • Configuring Outgoing Email Sharepoint 2010Jan 23, 2012. In this Article, let see how to configure outgoing mail in sharepoint 2010.
  • Check if Email Address Really Exist or not Using C# Dec 23, 2011. This article demonstrate basic technique for checking if particular email is exist or not. using SMTP protocol specifications in RFC 821.
  • Sending Mails in .NET FrameworkOct 20, 2009. In this article learn how to send e-mail messages via SMTP in .NET Framework.
  • Send Email Messages and Attachments Using C#Aug 05, 2008. This article describes an approach to sending email messages with or without attachments. The code required to send the message is contained within a reusable class. In addition to sending messages and messages with attachments, the class also validates the recipient email addresses using regular expression validation.
  • Sending E-mails with ASP.NET 2.0 using C#May 21, 2007. In this article, Anand examines how to send e-mails using ASP.NET 2.0 in both text and HTML formats using C# with the help of an example.
  • Send Text Message to Cell Phones from a C# ApplicationDec 11, 2006. This article describes a simple way to send text messages to a cellular phone from within a C# desktop application. The source code provided includes a relatively good list of carriers to simplify the task of connecting with a cell phone and the task itself is really no more difficult than sending an email message through a desktop or web based application.
  • Sending Mail from ASP.NET Webpage using VB.NetJan 06, 2006. This article shows how easy it is to send an email from an ASP.NET Web page. While sending email from an ASP.NET Web page the syntax differs slightly from sending an email from an ASP page, the overall approaches are similar.
  • 3D Real-Time Stock Exchange Quote Stream Ticker in GDI+ and C#Oct 04, 2004. This article represents 3D Real-Time Stock Exchange Quote Stream Ticker version 1.0. The big option here is internal email-alert control with built in POP3 and SMTP protocols. This control starts when some condition is execute. You can save current quote in some graphics format and print it.
  • XML Messaging in WSE 2.0Jan 15, 2004. The WSE is an Add-on to the .NET Framework. It provides additional Web Services support mostly for the various Web Services Architecture (WSA) specifications. This technology represents specific functionalities that will increase the Web Services potentialities.
  • SmallPOP: Hackish Implementation of POP RFC in .NETJun 02, 2003. The attached source code and this article contains the details for the C# version of SmallPOP, a quick and dirty component for retrieving e-mail from POP servers.
  • Stock QuoterApr 16, 2001. This program will retrieve a stock quote from a website and automatically forward it to an email at any frequency you would like.
  • POP3 AccessMar 29, 2001. This is a follow up to my SMTP example that shows how to access your POP3 server.
  • FileSharing Server in C# and .NETFeb 01, 2001. The server acts as a File Sharing Server, it listens for multiple clients to connect to it. The Clients have a option to either Download any of the Files available with the server for download.