Domino Server e-Mail Formatting
20 pts.
0
Q:
Domino Server e-Mail Formatting
Using Domino Server Version (8.0.2) I have a script in the IFS that gets copied from STDIN to a temp IFS file. The temp IFS is set in ASCII ccsid=819 The body text is a 142 character, no embedded CR or LF or CRLF I use the IBM API QtmmSendMail to deliver the e-Mail. This all works great as long as I stay within Notes. As soon as anyone opens the same generated e-Mail for instance in OUTLOOK, the body text is mis-formatted. I've tried to embed 0D0A, 0D25, multiple 0D0A0D0A to no avail; the body text is still mis-formatted. I've been asked what MIME and Transfer Encoding is being used and I can't answer that question. Has anyone fallen into this trap as well???

Software/Hardware used:
System i 570
ASKED: Oct 22 2009  7:51 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
20 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Last Answered: Oct 22 2009  7:51 PM GMT by Dlanor   20 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

TomLiotta   7590 pts.  |   Oct 23 2009  10:27PM GMT

Is there any chance that you could tell us something about what “mis-formatted” means? It seems that you are only discussing the simple body of the message with no attachments. Can you say anything about what the message is? HTML? Embedded image references? Anything?

If it’s just the body of a message, MIME probably shouldn’t even get involved. The purpose of MIME encoding is essentially to ensure that no non-text bytes get passed through an SMTP server.

Tom

 

Dlanor   20 pts.  |   Oct 26 2009  4:55PM GMT

Thanks Tom

Misformatting is the text in the body is skewed; doesn’t line up properly; snippet below of a copy&paste out of Notes shows the staggering seen in OUTLOOK.
Yet within Notes when e-Mail gets sent, the text in the body lines up properly; readable.
There could be embedded <blanks> for each line that gets wriiten to STDOUT.

This is pure text, no attachments, no images, no HTML.

================================================================
POS Support Team: Please obtain a ticket from the Service Desk before forwarding to the Legacy Support Team >>><<< Transaction ID TP ECR Bank Seq# CC# AuthCd Amount Missing 021*02*20091025*0765502 DB 66022789 295002001895 29494550 U23213 *******70.86 BANK ========================================================================================================= 037*04*20091025*0308504 DB 66063862 295004001648 29150808 171334 *******31.49 BANK ========================================================================================================= 064*03*20091025*0891503 VI 66029906 295003002208 29419290 R032208 *******56.49CR BANK ========================================================================================================= 228*01*20091025*0817001 VI 66101506 295001001303 29566312 170503 *******66.22 BANK =========================================================================================================

 
0