Cdo.message mail fromname

A CDO (Collaboration Data Objects) command!

cdo.message is a command in the CDO command-line tool that allows you to send a message to a recipient using a mail server.

Here's the basic syntax:

cdo.message [options] fromname recipient [subject] [message]

Here's a breakdown of the options:

Some common options:

Here's an example:

cdo.message -m smtp.example.com -u username:password fromname [email protected] "Hello, Jane!" "This is a test email."

This command would send a plain text email from "John Doe" to "[email protected]" with the subject "Hello, Jane!" and the message "This is a test email." using the SMTP server smtp.example.com with authentication credentials username:password.

Note that you may need to install the CDO command-line tool and configure your mail server settings before using this command.