Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 541121
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T10:18:40+00:00 2026-05-13T10:18:40+00:00

My asp.net application send Invitation emails and conformation emails , i want to create

  • 0

My asp.net application send Invitation emails and conformation emails , i want to create one component that handle sending mails and be flexible to use HTML templates for the emails and this emails will contain links for invitation or confirmation can someone tell me how i can design this compoenet

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T10:18:40+00:00Added an answer on May 13, 2026 at 10:18 am

    I assume that you know how to send emails using asp.net,

    Now Your question was how to send using templates

    1. You could first design a Layout for your E-mail or newsletter which ever the case may be

    2.Implement a Class which basically holds the following information

    class email
    {

    string header; // header= @”
    string body;// the body may contain the actual message
    string Footer;

    }

    you could expose some parts of the mark up as properties for convenience

    class email
    {

    string header; // header= @”
    string body;// the body may contain the actual message
    string Footer;
    ……….properties here

    public string getmail()
    {
    return header+body+string;

    }

    }

    <% @Page Language=”C#” %>
    <% @Import Namespace=”System.Web.Mail” %>
    <%
    MailMessage msgMail = new MailMessage();

    msgMail.To = “user.@dom.Com”;
    msgMail.Cc = “user2.@dom.Com”;i
    msgMail.From = “your@yourdom.com”;
    msgMail.Subject = “Hello WOrld”;

    msgMail.BodyFormat = MailFormat.Html;

    Email mail=new Email;

    msgMail.Body = mail.getemail()

    SmtpMail.Send(msgMail);

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I create new ASP.NET web application that use SMTP to send message. The problem
I have an ASP.NET application hosted on Godaddy that I want to send email
I have an asp.net Web Forms application that needs to send emails. I like
I'm developing an ASP.NET MVC application that will send the user a confirmation email.
I'm writing a ASP.NET application used within our company. Now I want to send
How can i send emails automatically every day by asp.net application and c#?
The ASP.NET application that I am currently responsible for at my day job has
I have a ASP.NET application that we've written our own logging module for. My
I have an ASP.net Application that runs on the internal network (well, actually it's
I have an old ASP.NET application. We send out httpWebRequest to a remote REST

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.