From: Matt on
On Apr 11, 2:50 pm, joshua.robinso...(a)gmail.com wrote:
> On Mar 13, 3:33 pm, mjhs...(a)gmail.com wrote:
>
> > Hi all,
>
> > We're using database mail (sp_send_dbmail) in SQL 2005 (64-bit) to e-
> > mail a dataset to a customer.
>
> > The procedure works perfectly with the major exception that the
> > generated e-mail is encoded in base64. (To reproduce, use
> > sp_send_dbmail to e-mail the query results to a Gmail account and
> > select "show original"). You'll clearly see that the Content-Transfer-
> > Encoding is base64.
>
> > Is there any way to force database mail to encode the e-mail in plain
> > text instead?
>
> > Thanks - Matt
>
> Matt,
>
> I am having the same problem have you been able to correct your issue?
>
> Thanks
>
> Josh

No, we ended up just asking the customer to decode the base64.