Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
nathans
Aged Yak Warrior
938 Posts |
Posted - 2009-02-10 : 15:09:37
|
Database Mail defaults to content encoding of Base64. This is fine, except when you need to send to an ancient text pager that only supports 8bit. I dont see an option to dictate the encoding type in sp_send_dbmail documentation. I am sending as 'TEXT' body_format. You guys have any ideas how I might be able to get DB Mail to encode the body in 8bit instead?Thanks |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
nathans
Aged Yak Warrior
938 Posts |
Posted - 2009-02-10 : 19:31:38
|
Thanks for the clarity Tara. |
 |
|
|
|
|