🧡 Skip to main content🔍 Skip to search

To send a simple CMD email, use the required arguments: FROM (your email) and TO (recipient address). Also, use the TEXT argument to specify a message body text.

Simple examples

An example of a simple email:

febootimail -FROM john@example.net -TO ryan@example.com -TEXT Using a Command Line Mailer is very simple!

An example with an additional SUBJECT argument:

febootimail -FROM john@example.net -TO ryan@example.com -TEXT The syntax of the Command Line E-Mailer is super simple and easy! -SUBJECT The CMD email

SMTP

In the example above, a localhost is used as an SMTP mail server. Usually, it is required to specify an SMTP server manually using the SMTP argument. Server authentication is performed with the AUTH, USER, and PASS arguments. An example with authentication:

febootimail -FROM john@example.net -TO ryan@example.com -TEXT Hello Ryan! This is me, David. -SUBJECT Email with authentication -SMTP smtp.example.net -AUTH AUTO -USER john -PASS ks#2g9@d72a

Basic commands

Take a look

Need assistance?

If you have any questions, please do not hesitate to contact our support team.