# sample parmfile for SendSMTP # lines starting with # or ; are comments # blank lines are ignored to="Test Recipient" from="Tester" host=yourserver.your.org subject=Test Message cc=barney@flintstone.net bcc=fred@flintstone.net,wilma@flintstone.net # Now the message -- we can use multiple lines for # the message, and SendSMTP will concatenate them # for us. Also, we can embed the character sequence # \n, which SendSMTP will translate to a CRLF for us. # Leading and trailing space characters are ignored. msg=Hello!\n\n msg=This is a test message. All of this text msg=here will show up on one line in the delivered msg=letter, followed by a double CRLF.\n\n msg=Sincerely,\n-Tester