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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2005-04-25 : 08:15:56
|
| Trinh writes "hi,I met a problems that i use SQLmail (combined with Outlook2002) to send a mail with a excel file attached (or any other format file), I receive good email but the attachment change winmail.dat file.But i use outlook app. to send email with the excel file-> it work well (received with true format file attached), I studied the way to turn off application-tnef (from MSDN guide) : rich text format -> plain or html ...but SQL mail still send with winmail.dat attachedPlease show me how to config or the way to use SQLmail with true attached file format sent/received !Thanks a lot," |
|
|
jason
Posting Yak Master
164 Posts |
Posted - 2005-04-25 : 14:38:37
|
| Try changing the file format from ASCII to binary. |
 |
|
|
|
|
|