Is it possible to send multiple DBR to an email address? Currently,
I have the results being saved to a hidden field and then sending
the hidden field value to the email address and it works fine. But when
I have multiple results, it doesn't work. Any ideas?

Re: sending DBR via email by Stefan

Stefan
Thu Jul 21 03:32:44 CDT 2005

See http://support.microsoft.com/default.aspx?scid=kb;en-us;275251

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"L" <L@discussions.microsoft.com> wrote in message news:BE1AA8E1-6E73-4BDB-A348-1D1647D35389@microsoft.com...
| Is it possible to send multiple DBR to an email address? Currently,
| I have the results being saved to a hidden field and then sending
| the hidden field value to the email address and it works fine. But when
| I have multiple results, it doesn't work. Any ideas?



Re: sending DBR via email by L

L
Thu Jul 21 07:51:02 CDT 2005

Hi Stefan,
I have that part on how to send the results via email. I can send one email
formatted correctly but when it's multiple records, it's comma delimited. I
would like for it to look like:
CompanyName#1
Address

CompanyName#2
Address

.......

"Stefan B Rusynko" wrote:

> See http://support.microsoft.com/default.aspx?scid=kb;en-us;275251
>
> --
>
> _____________________________________________
> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> "Warning - Using the F1 Key will not break anything!" (-;
> To find the best Newsgroup for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
> _____________________________________________
>
>
> "L" <L@discussions.microsoft.com> wrote in message news:BE1AA8E1-6E73-4BDB-A348-1D1647D35389@microsoft.com...
> | Is it possible to send multiple DBR to an email address? Currently,
> | I have the results being saved to a hidden field and then sending
> | the hidden field value to the email address and it works fine. But when
> | I have multiple results, it doesn't work. Any ideas?
>
>
>

Re: sending DBR via email by Stefan

Stefan
Fri Jul 22 04:40:17 CDT 2005

Then you need to hand code your ASP to sendmail - not using the DBRW
http://www.interlacken.com/winnt/tips/tipshow.aspx?tip=54

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"L" <L@discussions.microsoft.com> wrote in message news:1A274273-868A-4F1F-8419-2595A8DD1B37@microsoft.com...
| Hi Stefan,
| I have that part on how to send the results via email. I can send one email
| formatted correctly but when it's multiple records, it's comma delimited. I
| would like for it to look like:
| CompanyName#1
| Address
|
| CompanyName#2
| Address
|
| .......
|
| "Stefan B Rusynko" wrote:
|
| > See http://support.microsoft.com/default.aspx?scid=kb;en-us;275251
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > "L" <L@discussions.microsoft.com> wrote in message news:BE1AA8E1-6E73-4BDB-A348-1D1647D35389@microsoft.com...
| > | Is it possible to send multiple DBR to an email address? Currently,
| > | I have the results being saved to a hidden field and then sending
| > | the hidden field value to the email address and it works fine. But when
| > | I have multiple results, it doesn't work. Any ideas?
| >
| >
| >