IBM Support

LO78653: SENDING A MAIL FROM LOTUSSCRIPT, RECEIVED MAIL HAS UNNECESSARY BLANK LINE AT THE TOP OF BODY FIELD

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as fixed if next.

Error description

  • *** Agent code **
    %REM
     Agent SendingNRPCMail-LS
     Created 2014/01/15 by Admin Lime/Lime
     Description: Comments for Agent
    %END REM
    Option Public
    Option Declare
    
    Sub Initialize
     Dim session As New NotesSession
     Dim db As NotesDatabase
     Dim doc As NotesDocument
    
     Set db = session.Currentdatabase
     Set doc = New NotesDocument(db)
     doc.Form = "Memo"
     doc.SendTo = "...SMTP mail address ..."
     doc.Subject = "Mail sent from an agent"
     doc.body = "Text part of mail message."
     Call doc.Send(False)
    End Sub
    
    
    1. Create a LotusScript agent that sends a mail to Internet. I
    used the example code that is listed above.
    2. Send a mail using the agent.
    3. Recipient who is specified at the line doc.SendTo = ...
    receives the mail.
    4. The mail has an unnecessary blank line before the start of
    the body text. This blank line is not specified in the agent
    code.
    
    If you send the mail to a Notes account via NRPC, the problem
    does not occur. The body of the mail starts with the text
    specified by "doc.body = ..._"; there is no blank line.
    

Local fix

Problem summary

  • This APAR is closed as FIN. We have deferred the fix to a
     future release.
    

Problem conclusion

Temporary fix

Comments

  • This APAR is associated with SPR# ASHH9FDDFP.
    This APAR is closed as FIN. We have deferred the fix to a
     future release.
    

APAR Information

  • APAR number

    LO78653

  • Reported component name

    DOMINO SERVER

  • Reported component ID

    5724E6200

  • Reported release

    853

  • Status

    CLOSED FIN

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2014-01-15

  • Closed date

    2016-02-29

  • Last modified date

    2016-02-29

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

Applicable component levels

  • R853 PSN

       UP

[{"Business Unit":{"code":"BU055","label":"Cognitive Applications"},"Product":{"code":"SSKTMJ","label":"Lotus Domino"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"8.5.3","Edition":"","Line of Business":{"code":"","label":""}}]

Document Information

Modified date:
29 February 2016