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

  • SEARCH
  • Home
  • 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 7747905
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T10:38:48+00:00 2026-06-01T10:38:48+00:00

What are all the different ways (in code and from the GUI) which SQL

  • 0

What are all the different ways (in code and from the GUI) which SQL Server 2008 can be used to send emails? For each way please state any dependencies e.g. an Outlook profile or Database Mail (enabled and configured).

So far I know of the following ways:

  • sp_send_dbmail (code) which requires Database Mail to be enabled and configured
  • Operator Properties – Notification options (GUI) which depends on ???
  • Alert – Response – Notify operators (GUI) which depends on ???
  • Job – Notifications – job complete (GUI) which depends on ???
  • Maintenance Plan – Notify Operator Task (GUI) which depends on ???

Are the any other ways in which SQL Server can be used to send an email either in code or through the GUI? I am only interested in the simple methods – preferably nothing complicated.

I am asking because I am confused by the array of different methods of doing the same thing, and I’m not confident in testing them out without knowing what the preliminary steps are!

I will accept the best answer which fills in the gaps in my knowledge and also provides a concise yet complete listing of all the different (simple) methods.

Thanks in advance for your help.

  • 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-06-01T10:38:49+00:00Added an answer on June 1, 2026 at 10:38 am

    all of the ways rely on Database Mail, which in the end uses the sp_send_dbmail procedure like this:

    EXEC msdb.dbo.sp_send_dbmail    
        @recipients = 'you@email.com',
        @body = 'Body Message',
        @subject = 'Subject' ;
    

    You will need to create a profile before sending any email. Here is a link to help

    Database Mail doesn’t depend on Outlook or MAPI anymore, it uses SMTP to send mail

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

Sidebar

Related Questions

I have code which works in all sorts of different situations, including when copying
I've tried this a few different ways and all the code does is print
I have 50 newsletters which all have different email accouts, hex colour codes and
In our application, we are using RMI for client-server communication in very different ways:
I have a class that can be called either from a GUI or form
Here is how Project Euler Problem #76 sounds like: How many different ways can
I have the code below which I am using from an Android java tutorial.
in my members table i would like a summary of all different people in
With all the different mobile phone browsers and the mobile market being so diverse
i have a screen with multiple little widgets (all with different divs around them).

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.