MAIL_SEND

MAIL_SEND A,S,B

SENDS AN E-MAIL OF SUBJECT S AND BODY B TO THE ADDRESS A

  • Type: Command
  • Parameters: 3
  • Group: Input-Output

ACTION

The command MAIL_SEND A,S,B sends the e-mail of subject S and body B to the address A.

The address A must not be empty and must contain the character "@"

SYNTAX: MAIL_SEND A,S,B

  • A = string expression.
  • S = string expression.
  • B = string expression.

USE

  • La commande MAIL_SEND est utilisée pour envoyer un mail.

ERROR

  • If A,S ou B is not a correct string expression.
  • If the string A is the empty string ("").
  • If the string A does not contain the character @.

EXAMPLE

mail-send "panoramic@pano.fr", "whish", "Long life to Panoramic !"

SEE ALSO

-