Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This must be first initialized with the function SMTPc_SetMsg().  You will need also to create several instance of SMTPc_MBOX to populate your SMTPc_MSG. SMTPc_MBOX is a mailbox that define the adress address and the name of a sender (FROM) or a recipient( TO,CC and BCC). SMTPc_SetMbox() is a tool to populate the field of the mailbox. 

...

Command
Description
Argument
Usage example
smtp_sendSend a quick email to test the smtp SMTP setting

-4 <ipv4_address> (use IPv4 server address)

-6 <ipv6_address> (use IPv6 server address)

-d <domain_name> (use Domain name to get server address)

-t <to_address> (set the TO recipient address)

smtp -d smtp.server.com -t test@mail.com
smtp_helpPrint helpnonesmtp_help

...