= Sending and Receiving E-mail = Here are some useful Wiki pages if you're trying to write APL code to handle e-mails: * [[SendingEmailDyalog|Sending e-mail using Dyalog and .NET]] This page shows an example of how to use the .NET System.Web.Mail namespace to send e-mails. Note that this .NET namespace is now deprecated by Microsoft in favour of System.Mail. There is an example of using System.Mail from APLX [[AuthenticatedEmail|here]] which can be easily adapted to Dyalog. Author: SimonMarsden ---- CategoryDotNet - CategoryDyalogDotNet - CategoryDyalogExamplesDotNet - CategoryAplx - CategoryEmail