DotNetShoutout - Stories tagged with Email
3
Shouts

AWS Simple Email Service (SES) to Send Email from ASP.NET apps

posted by JudoJudo 552 days, 4 hours, 4 minutes ago
Friday, December 16, 2011 2:54:09 AM GMT
This code snippet demonstrates how Amazon's SES service can be used from .NET applications to send mail. (more)
category: Web Dev | clicked: 16 | comment | | source: snippetfire.com
tags: SES, Email
3
Shouts

How to Send a Mail Using Aspnet with C# | DevelopersCode

published 681 days, 10 hours, 59 minutes ago posted by taanu51taanu51 681 days, 21 hours, 59 minutes ago
Monday, August 08, 2011 7:59:35 PM GMT Monday, August 08, 2011 8:59:35 AM GMT
Hi Friends, In this article i would like to explain the procedure of Sending a mail in Aspnet with c#.I am already explained the procedure of sending a mail with multiple attchaments.Now ,In this article i am going to exaplin only sending a mail in a particular format using Aspnet and C# Just Follow the steps First,open the Default.aspx page Next,ADD some controls from Your Toolbox.that is,Add three Textboxes(one for From Address,another for TO Address and Third one for Bodyof the message) Next,Add... (more)
category: Web Dev | clicked: 19 | 1 comment | | source: www.developerscode.com
tags: C#, c sharp, ASPNET, SqlServer 2008, Email, ASP .NET, SQLServer, C# .NET, SMTP
3
Shouts

When it Comes to Asp.Net: Send Email In Asp.net Using Gmail

posted by ashishsarda99ashishsarda99 701 days, 20 hours, 44 minutes ago
Tuesday, July 19, 2011 10:14:10 AM GMT
Stock Market Ticker For Website - Yahoo Finance APIIn My Previous article Stock Market Ticker For Website ; we have seen how to USE YAHOO FINANCE URL, i.e. remote CSV file available for Downl... (more)
category: Web Dev | clicked: 0 | comment | | source: aspdotnetmatters.blogspot.com
tags: C#, Email, web development, Gmail, sending emails, ASP.NET
4
Shouts

Testing emails with neptune

published 724 days, 11 hours, 14 minutes ago posted by brunomarquesbrunomarques 727 days, 16 hours, 9 minutes ago
Sunday, June 26, 2011 7:43:52 PM GMT Thursday, June 23, 2011 2:48:50 PM GMT
Brief overview of a useful tool to test email features in your programs. (more)
category: Architecture | clicked: 20 | comment | | source: geeklyeverafter.blogspot.com
tags: Email, Testing, Tools
4
Shouts

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

published 777 days, 18 hours, 4 minutes ago posted by http://dmcgiv.myopenid.com/http://dmcgiv.myopenid.com/ 778 days, 20 hours, 12 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 10:46:24 AM GMT
Enables you to DKIM sign your MailMessages. (more)
category: Web Dev | clicked: 20 | 3 comments | | source: github.com
tags: DKIM, Email
4
Shouts

How to send mail automatically for every five minutes using C#?

posted by taanu51taanu51 841 days, 21 hours, 8 minutes ago
Tuesday, March 01, 2011 9:49:51 AM GMT
We have served 399,883 visitors from 198 countries/territories in January 2011. | Meet our respected team members !HomeTutorialsTrainingArticlesInterviewsCareer AdvicesForumsCodesBlogsVideosJobsCommunityNews & Events | Tutorials >> ASP.NET, Silverlight, WPF, WWF, Dynamic Data, more ... | Downloads || Quick Links || Top Posts | Top Performers || .NET Feeds | Links || Subscribe | Search | Register Online : 3663 |  Welcome, Guest!   Login Home > Articles > ASP.NET > How to send mail automatically for e... (more)
category: Web Dev | clicked: 7 | comment | | source: www.dotnetfunda.com
tags: Email
7
Shouts

Send a web page as an email with embedded images - .NET Development - Gal Ratner

published 841 days, 18 hours, 4 minutes ago posted by galratnergalratner 844 days, 2 hours, 5 minutes ago
Tuesday, March 01, 2011 12:53:37 PM GMT Sunday, February 27, 2011 4:53:25 AM GMT
In email marketing, sending customized emails is a common practice. Emails containing special offers, shopping cart items or any other dynamic content, are usually tailored to the individual and are being sent either by request or as a part of a marketing campaign. This presents a challenge since email templates are usually being maintained by the marketing department and need to be simple to change, yet flexible enough for a programmer to add any dynamic data as needed. The solution can be reading a dyn... (more)
category: Web Dev | clicked: 5 | 1 comment | | source: galratner.com
tags: Email
4
Shouts

How to send a email with multiple attachments using Aspnet

posted by taanu51taanu51 859 days, 18 hours, 10 minutes ago
Friday, February 11, 2011 12:48:20 PM GMT
Hi friends In this article i would like to explain how to send a email with multiple attachments First,Open the Microsoft Visual Studio 2008 Next,Select a Aspnet web application and change the name as SendingEmail Next,Open the Design Page of Default.aspx Next,Drag and drop the controls from the tool box and arrange the controls as shown in the below figure Next,Open the Source Page of Default.aspx and write the javascript for Add Button Next,open the Default.aspx.c... (more)
category: Web Dev | clicked: 26 | comment | | source: taanu51.blogspot.com
tags: ASPNET, dynamic uploader, Email
4
Shouts

Sending Mail from a .NET App Using Amazon SES (Simple Email Service)

published 873 days, 7 hours, 13 minutes ago posted by JudoJudo 873 days, 22 hours, 19 minutes ago
Friday, January 28, 2011 11:45:09 PM GMT Friday, January 28, 2011 8:39:34 AM GMT
Amazon’s Simple Email Service (SES) is a great solution for any project which requires bulk emails. the primary advantage of SES is cost, at $0.10 per 1000 emails sent it is between 5-10x cheaper than other alternatives such as SendGrid. There is a downside to the SES service, however and it is that it currently doesn’t provide an SMTP wrapper so whilst SendGrid and others allow you to simple change your SMTP settings, with SES you will have to do a bit more work. Amazon (AWS) provides a very useful .NE... (more)
category: Web Dev | clicked: 11 | comment | | source: www.aspnet101.com
tags: SES, Mail, Email
7
Shouts

Developing an AJAX and ASP.NET 4.0 Based Online E-mail System Part 4

published 1036 days, 16 hours, 26 minutes ago posted by sonukapoorsonukapoor 1038 days, 16 hours, 16 minutes ago
Wednesday, August 18, 2010 2:32:16 PM GMT Monday, August 16, 2010 2:41:59 PM GMT
Till now, we’ve discussed the general module design, database design, the whole website architecture, and the business logic design. Starting from this article, we will shift our attention to the presentation layer related programming. (more)
category: Web Dev | clicked: 0 | comment | | source: dotnetslackers.com
tags: Email, ASPNET4
9
Shouts

Developing an AJAX and ASP.NET 4.0 Based Online E-mail System Part 1

published 1047 days, 16 hours, 26 minutes ago posted by sonukapoorsonukapoor 1049 days, 1 hour, 12 minutes ago
Saturday, August 07, 2010 2:32:10 PM GMT Friday, August 06, 2010 5:45:43 AM GMT
In this series of articles, we are going to develop an advanced online e-mail receiving and sending system using ASP.NET 4.0 Ajax framework plus LINQ query technique, combined with other interesting technologies. (more)
category: Web Dev | clicked: 1 | comment | | source: dotnetslackers.com
tags: Email, asp.ner mvc, Ajax
4
Shouts

Fluent Email in .NET

published 1164 days, 19 hours, 54 minutes ago posted by lobsterinolobsterino 1165 days, 22 hours, 11 minutes ago
Monday, April 12, 2010 11:03:51 AM GMT Sunday, April 11, 2010 8:47:28 AM GMT
A library for sending emails in .NET using a fluent interface. Eg. var email = Email .From("john@email.com") .To("bob@email.com", "bob") .Subject("hows it going bob") .Body("yo dawg, sup?"); (more)
category: Web Dev | clicked: 0 | comment | | source: lukencode.com
tags: C#, Email, Open Source
8
Shouts

Simple C# Synchronous / Asynchronous Email Sender « lukencode

published 1166 days, 19 hours, 13 minutes ago posted by lobsterinolobsterino 1169 days, 5 hours, 55 minutes ago
Saturday, April 10, 2010 11:45:33 AM GMT Thursday, April 08, 2010 1:03:07 AM GMT
I noticed quite a few search queries coming in for my post on User Control Email Templates so I thought I should post the code I am using to actually send the emails in that example. The class uses the SMTP configuration information in the web.config or app.config of the application. The code is pretty quick and dirty but if you are only sending one off emails it works fine. (more)
category: Web Dev | clicked: 2 | comment | | source: lukencode.com
tags: C#, Email
6
Shouts

Using SMTP with Wordpress and IIS

published 1178 days, 20 hours, 40 minutes ago posted by BenjiiBenjii 1180 days, 2 hours, 8 minutes ago
Monday, March 29, 2010 10:18:01 AM GMT Sunday, March 28, 2010 4:49:49 AM GMT
This post explains how to use SMTP instead of PHP Mail to fix issues when using Wordpress and IIS. If you are having issues allowing your wordpress blog to send email and you are running IIS 7 (or you are on shared hosting), you may need to use SMTP instead of PHP Mail when trying to send emails. (more)
category: Architecture | clicked: 0 | comment | | source: benjii.me
tags: Email, Wordpress, IIS
5
Shouts

User Control Email Templates in asp.net « lukencode

published 1182 days, 18 hours, 33 minutes ago posted by lobsterinolobsterino 1183 days, 17 hours, 14 minutes ago
Thursday, March 25, 2010 12:24:40 PM GMT Wednesday, March 24, 2010 1:43:36 PM GMT
Just about every project i work on needs to send customized emails and everytime I hate doing it. Inspired by some answers in this stackoverflow question I thought I’d give a simple .ascx based email template system a dig. First thing I did was set up a base class for template controls to inherit from. This class inherits from UserControl and has the methods to render the control to a string. It also has methods and properties to set up “tags” to replace in the email body./// public class EmailTemplate... (more)
category: Web Dev | clicked: 2 | comment | | source: lukencode.com
tags: Email, ASP .NET
2
Shouts

Postmark - Email delivery for web apps

posted by deanomachinodeanomachino 1185 days, 17 hours, 22 minutes ago
Monday, March 22, 2010 1:35:40 PM GMT
Postmark - Email delivery for web apps I recently stumbled across the following site and looked at some of their applications that they have on offer. One of the great tools that they offer is a tool called Postmark. Postmark helps deliver and track transactional emails. The service basically replaces using SMTP, and allows you to send mails and track statistics for emails sent, bounces and spam complaints. Its pretty awesome if you are a blogger like myself and need to track your emails easily and ... (more)
category: Web Dev | clicked: 2 | comment | | source: www.deanhume.com
tags: Postmark, C#, Email, Email delivery, Email tracking
8
Shouts

Test sending email on Localhost in ASP.NET: The SMTP server alternative

published 1189 days, 18 hours, 17 minutes ago posted by ScioJimScioJim 1192 days, 4 hours, 25 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Tuesday, March 16, 2010 2:33:15 AM GMT
This article describes an alternative to setting up a localhost SMTP server to test email functionality of an ASP.NET project, by saving the email to disk. The Specified Pickup Directory method is quick to implement, works well with multipage production code, and makes the project easily transferable to others. (more)
category: Web Dev | clicked: 6 | comment | | source: blogs.sciosoft.com
tags: specified pickup directory, web.config, Test, Email, web development, localhost, SMTP, ASP.NET
2
Shouts

Web 2.0 | Email Template using C#

posted by farooqkaiserfarooqkaiser 1239 days, 12 hours, 34 minutes ago
Wednesday, January 27, 2010 6:24:24 PM GMT
In this article, i will examined how to build template to store email data such as body and subject. The template is an XML file that will store the static text with dynamic Tags. The dynamic tags are just like variables that get replaced by the real data. Here is a sample template. 1: 2: Now, i will load the template in C# and Tags will be replaced with Real Data. Here is C# sample code. 1: XmlDocument xdox = new XmlDocument(); 2: xdox.Load(Template); // Load your template here 3:str... (more)
category: Web Dev | clicked: 5 | 1 comment | | source: www.fairnet.com
tags: .NET, C#, XML, Email
2
Shouts

Lessons In Building An Email Parser

posted by ferventcoderferventcoder 1279 days, 21 hours, 32 minutes ago
Friday, December 18, 2009 9:26:14 AM GMT
When building an email parser, one must think about validating an email address that sends you a message. Just because that email address is where the message says it is from does not really mean that is a valid email address. How did I get past this? Validation. An authorized list form of validation. Interested? Read on dear reader. (more)
category: Agile | clicked: 0 | comment | | source: ferventcoder.com
tags: C#, Email, Parsing
3
Shouts

How To Check Email Programmatically - SidePOP

posted by ferventcoderferventcoder 1290 days, 15 minutes ago
Tuesday, December 08, 2009 6:43:34 AM GMT
Sending email has long been easy to do with the .NET Framework. There really hasn’t been a facility for checking email though. I recently had a need to be able to check email with and send a response with Bombali (a monitoring tool). I went searching for examples or a solution I could use. I found a few articles on this from a few years ago including the .NET POP3 MIME Client. I never found anything that was free and I never found anything that was easy to configure. Those who know me know I have a tinge... (more)
category: Agile | clicked: 1 | comment | | source: ferventcoder.com
tags: check email, Email, sidePOP
Previous 1 2 Next