dt email send
Overview
Send an email
Synopsis
dt email send [OPTIONS] <from_address> <to_address> <subject> <message>
Options
-l,--html
Send email as html
Arguments
-
from_address(required)
Type:String
from-address -
to_address(required)
Type:String
to-address -
subject(required)
Type:String
subject -
message(required)
Type:String
message
Examples
Send email
dt email send [-l] from-address to-address subject message
Send email from a file
dt email send [-l] from-address to-address subject file://message.txt
SEE ALSO
← Back to dt email