Click here to Skip to main content
15,886,110 members
Everything / Email

Email

email

Great Reads

by JosipK, Marko Kozlina
C# and VB.NET console applications that demonstrate how to create and send an email reply with IMAP and SMTP protocols in .NET Framework
by DataBytzAI
Easy way to send email on Azure with no mail server, using DNS MX and SMTP
by bbirajdar
How to embed an image in email body
by Afzaal Ahmad Zeeshan, Iqra Ali
Since I wrote an article previously, I had been asked on various occasions to share the code on Yahoo! or Bing, etc. I wanted to write an article, with the code, which covers all of those vendors as well.

Latest Articles

by Chris_Green
It all started with an email sent to a daemon.  A windows service hosting two modules, each of which monitors an inbox for automation, dutifully ignored warnings from IT that basic authentication for O365 would be switched off in several months. This is how we solved it.
by Marijan Nikic
A simple solution using Powershell for preparing emails from Windows batch in Outlook; supports HTML body
by Peter Huber SG
A WPF TextBox which can validate email addresses depending on your needs, plus detailed description of the many ways a valid email address may look like.
by DataBytzAI
Easy way to send email on Azure with no mail server, using DNS MX and SMTP

All Articles

Sort by Score

Email 

3 Dec 2013 by bbirajdar
How to embed an image in email body
4 May 2014 by TarikHuber
A class for sending emails with Outlook using the default Outlook Account. It includes adding multiple attachments and recipients and choosing to use the default email signature or not.
24 Jan 2018 by Hemang Maradia
How to send email from SQL Azure database through Azure PaaS services Logic Apps and SendGrid
22 Dec 2020 by Marijan Nikic
A simple solution using Powershell for preparing emails from Windows batch in Outlook; supports HTML body
27 Mar 2012 by Kortez2223
How to sent email (Yahoo! SMTP) with Silverlight 5 WCF RIA.
26 Aug 2014 by adriancs
Simple, modern & fast web-based email client.
28 Feb 2011 by Pete Mourfield
How to send a test email message using Telnet
23 Sep 2015 by Carlos Bocanegra
This tip describes a useful way to create and send an email with a summary of the exceptions from a file validation process in a SSIS package using a XML and a XSLT template.
27 Jan 2015 by Sujith Karivelil
This article will help you to create, update and delete events/ appointment in google calendar from your web application.
9 Apr 2015 by Parvathaneni Mamatha
How to use Razor Views as Email Templates and Localize them using sample WebAPI
26 Sep 2013 by dontumindit
Sending Email using Gmail account from your application.
5 Apr 2011 by charles henington
public class MailClass { public static void CreateMailAddresses(string sender, string reciever, out MailAddress mailfrom, out MailAddress mailto) { MailAddress Mailfrom = new MailAddress(sender); MailAddress Mailto = new...
8 Apr 2011 by BillHudson
Man, that works great! I just converted it to VB.NET and also showed the Imports/Using that was needed, thanks to David's alternate. This was just what I was looking for, Thanks Abdur.Imports System.NetImports System.Net.MailPublic Class frmMain Private Sub frmMain_Load(sender As...
18 Apr 2011 by charles henington
Sending mail with attachmentspublic partial class Form1 : Form { public Form1() { InitializeComponent(); } public class MailClass : List { public void CreateMailAddresses(string sender, string reciever, out...
21 Mar 2011 by Hans Dietrich
This Tip talks about not using ALL CAPS in emails.
2 Aug 2017 by Richard Deeming
Adding cancellation support to the SendMailAsync method
22 Sep 2012 by fixthebugg
Step by step guide on building your first email application with the file system watcher
29 Mar 2011 by SouthernILCode
Hello Abdur,Helpful article on using Gmail to send mail. Added the following "using" statements to my code:System.Net for NetworkCredentialSystem.Net.Mail for MailMessage and AttachmentSystem.IO for adding a OpenFileDialogAlso modified my code to send with...
23 Sep 2016 by Beavis Killer
This tip describes how to attach a dynamic PDF to a Salesforce messaging email template.
29 Sep 2012 by Tejas Vaishnav
Sending an email from your ASP.NET web application
19 Aug 2014 by Jinan Kordab
This article describes how to create or delete an Active Directory Services Email using ASP.NET web page, remotely.
2 Aug 2017 by NikStar
Regex-based solution for decoding values of email addresses fields ("From", "To") and value of "Subject" field