Stories recently tagged with 'Email'

DomainKeys Identified Mail (DKIM) for .Net (C#)(github.com)

submitted by dmcgivdmcgiv(370) 9 months, 9 days ago

Enables you to DKIM sign your MailMessages. read more...

add a comment |category: |Views: 12

tags: another

I Knew How To Validate An Email Address Until I Read The RFC(haacked.com)

submitted by sdormansdorman(1415) 1 year, 4 months ago

A great post that goes into details about how to validate an email address against the actual definition provided in RFC 2821. read more...

add a comment |category: |Views: 275

tags: another

Send E-Mail with Friendly Display Name in .Net 1.0 (System.Web.Mail)(webtips.co.in)

submitted by webtipswebtips(265) 3 years, 4 months ago

Trick way to send email with friendly display name in System.Web.Mail .NET C# read more...

add a comment |category: |Views: 28

tags: another

SQL SERVER - 2008 - Creating Full Text Catalog and Full Text Search(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years, 5 months ago

This is the first ever and complete example for SQL Server 2008 - Full Text Catalog and Full Text Search. Make sure to book mark for future reference. read more...

2 comments |category: |Views: 271

tags: another

SQL SERVER - 2008 - Configure Database Mail - Send Email From SQL Data(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years, 5 months ago

First and Complete article of SQL Server 2008 Database Mail configuration. From start to end - Complete article. Bookmark it! read more...

2 comments |category: |Views: 830

tags: another

How to send HTML Email from ASP.NET using your Gmail account?(aspdotnetfaq.com)

submitted by spavkovspavkov(1708) 3 years, 10 months ago

Yes it's possible so why not use it? This little tutorial shows you how to set up your web application to send emails using your Gmail account. Just don't abuse it, ok? :) read more...

add a comment |category: |Views: 48

tags: another

How to check email works with no SMTP(dotnettipoftheday.org)

submitted by manovichmanovich(755) 4 years, 1 month ago

Testing code that sends email has always been a pain. You had to set up a SMTP service just to test that your .NET application sends the e-mail correctly... read more...

2 comments |category: |Views: 82

tags: another

Using Embedded Resources for HTML EMail Templates(devlicio.us)

submitted by billybilly(410) 4 years, 3 months ago

Most web applications need to send out email for a variety of purposes, right? I like to use email as a sort of extended user interface - allowing entry points to let the user conveniently do work by getting an email and clicking on a link. I've struggled for a while with a good way of managing email templates to use in my applications. Here's a good method that simplifies the process of templating. read more...

add a comment |category: |Views: 58

tags: another

Sending E-Mail using .net Framework 1.1 and 2.0 (SMTP .net framework s(tipsdotnet.com)

submitted by brauliodbrauliod(275) 4 years, 4 months ago

Here you will find a selection of articles about SMTP and .net fx. If you have issues trying to send e-mails using .net, I would (you can find this info at the link provided): 1. First check if the problem is located on your .net code, or if it's a network issue (permissions, configurations...), you can try to send an e-mail using telnet. 2. If you are using .net fx 1.1 go for System.Web.Mail Oh My ! 3. If you are using .net fx 2.0 go for System.Net.Mail Oh My ! 4. If you want to build something more complex (e.g. embedd images on your e-mail), you can do it so using .net fx 2.0 read more...

add a comment |category: |Views: 95

tags: another

Reporting Exceptions through E-Mail (professionalaspnet.com)

submitted by docluvdocluv(1575) 4 years, 4 months ago

One of the terrible things we as developers have to deal with is unhandled exceptions, we all have them good and bad developers. The problem is that no matter how well thought out an application may be we will always have holes that we never anticipated. Unfortunately one day an end user will find it and our application will ungracefully blow up. This article is a simple error reporting routine to e-mail exception details. read more...

4 comments |category: |Views: 12

tags: another

Tips for avoiding Spam Filters with System.Net.Mail(andreas-kraus.net)

submitted by reteepreteep(739) 4 years, 4 months ago

It's getting more difficult for spammers to dig through the walls of tools like SpamAssassin every day. However, that also tightens the rules for us developers who do not intend to send out spam. We have to be very careful when creating and sending out HTML Mails. This article shows you how to do it properly and avoid being caught by spamfilters. read more...

add a comment |category: |Views: 340

tags: another

Send Mail through SMTP with SSL Authentication like GMail(ifxplus.com)

submitted by m.casatim.casati(600) 4 years, 4 months ago

This example will help you to send email from ASP.NET using Gmail SMTP (SSL authentication required) read more...

1 comment |category: |Views: 85

tags: another

How to send templated emails in Asp.Net 2.0(xcess.info)

submitted by chtiwichtiwi(60) 4 years, 9 months ago

a quick guide on how to implement a SendMail class that send a templated and anonymous emails in Asp.Net 2.0, we will use C# for this article read more...

add a comment |category: |Views: 25

tags: another

Creating a Rules Processing Framework - Part 1 - The Rules Provider(wijix.com)

submitted by pjacobspjacobs(375) 4 years, 10 months ago

I will describe how to create a Rules Engine Framework using C#. It will take a few posts to describe the entire process but it's very cool and your going to want to read them all. In Part 1, I am going to describe the Rules Provider. read more...

add a comment |category: |Views: 80

tags: another

E-Mail in ASP.NET(beansoftware.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years, 10 months ago

In this article we will explore three different and important e-mailing techniques; to send a simple text e-mail, to send HTML content via e-mail, and to send attachments. read more...

add a comment |category: |Views: 9

tags: another

Programmatically send emails using Google mail server and System.Net.M(mycsharpcorner.com)

submitted by youseflayousefla(675) 4 years, 10 months ago

Did you know you can use Google's gmail mail server to send and receive emails programmatically? It's true, Google folks allow you to use their mail servers to send emails programmatically from your applications. read more...

5 comments |category: |Views: 284

tags: another