Home All Groups Group Topic Archive Search About
Author
20 Oct 2005 9:57 PM
J1C
How could I email the output results of a query to an HTML table?

Author
20 Oct 2005 10:00 PM
J1C
I'm using a custom stored proc. to send email too ...
Author
20 Oct 2005 10:20 PM
Jerry Spivey
Might try using sp_makewebtask with xp_sendmail.

HTH

Jerry
Show quote
"J1C" <just1co***@yahoo.ca> wrote in message
news:1129845601.040046.207820@g44g2000cwa.googlegroups.com...
> I'm using a custom stored proc. to send email too ...
>
Author
20 Oct 2005 11:49 PM
J1C
No MAPI. Can't use xp_sendmail.
Author
20 Oct 2005 11:55 PM
Jerry Spivey
CDO?

See:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncdsys/html/cdo_roadmap.asp

Google for more if needed.

HTH

Jerry
Show quote
"J1C" <just1co***@yahoo.ca> wrote in message
news:1129852154.020760.101680@f14g2000cwb.googlegroups.com...
> No MAPI. Can't use xp_sendmail.
>
Author
21 Oct 2005 7:14 AM
Tibor Karaszi
Try xp_smtp_sendmail from www.sqldev.net.

Show quote
"J1C" <just1co***@yahoo.ca> wrote in message
news:1129852154.020760.101680@f14g2000cwb.googlegroups.com...
> No MAPI. Can't use xp_sendmail.
>
Author
21 Oct 2005 1:34 PM
J1C
I'm not having trouble sending email - I'm using CDO. The problem is
building the query to output the resultset to HTML and passed as the
@body for the email.

AddThis Social Bookmark Button