• Problem with [space] in subject

    By Christian Felsing 1 decade ago

    Hello,

    I try to do following:

    /opt/notes-cli/CLENotes-4.1.1/notes-cli.sh --server-name=notes1/local --password=geheim --database-name=mail/cletest send --to='James_Bond/local' --subject='Hello World' --file-body=test.txt

    but I get following message:

    Command Line Email Client for Lotus Notes v4.1.1
    Copyright (C) 2002, 2010 by IBM Corporation.
    Licensed under the Apache License v2.0.

    Mail sent.
    Command "World" not recognized.

    best regards

    Christian

    • Space in subject

      By Sami Salkosuo 1 decade ago

      Did you try double quotes (--subject="test subject")? I get the same error on Windows platform if I use single quotes.

      • [Solved]

        By Christian Felsing 1 decade ago

        Thank you - double quotes are working