EMAIL from SQL express
Hello
Just figured out that database mail is not available in SQL Express.
Anyone have any ideas on how I can send mail from sql express ... as
part of a trigger ?
Regards
Rob
Re: EMAIL from SQL express
On Thu, 6 Dec 2007 10:52:46 -0800 (PST), roblowein
<rob.lowein [at] gmail.com> wrote:
All versions of SQL Server have support for Common Language Runtime
and .NET Integration. So you could write a .NET assembly to send
emails.
-Tom.
>Hello
>
>Just figured out that database mail is not available in SQL Express.
>Anyone have any ideas on how I can send mail from sql express ... as
>part of a trigger ?
>
>Regards
>
>Rob
Re: EMAIL from SQL express
On Dec 7, 4:41 am, Tom van Stiphout <no.spam.tom7... [at] cox.net> wrote:
> On Thu, 6 Dec 2007 10:52:46 -0800 (PST), roblowein
>
> <rob.low... [at] gmail.com> wrote:
>
> All versions of SQL Server have support for Common Language Runtime
> and .NET Integration. So you could write a .NET assembly to send
> emails.
>
> -Tom.
>
>
>
> >Hello
>
> >Just figured out that database mail is not available in SQL Express.
> >Anyone have any ideas on how I can send mail from sql express ... as
> >part of a trigger ?
>
> >Regards
>
> >Rob- Hide quoted text -
>
> - Show quoted text -
Thanks for the reply..... could provide any more details .... this
quite new to me
THansk
Rob