"SMIME Send" encrypts and/or signs files, and sends them as email using an SMTP server.
Input Parameters
SMIME_SMTPAddress (Required) - The address of the SMTP server; e.g., mail.mycompany.com.
SMIME_Sender (Required) - The email address of the sender; e.g., joe@mycompany.com.
SMIME_Recipient - The email address of the recipient; e.g., mary@shinythings.com.
SMIME_Subject - Email message subject text (default: "File from MOVEit Central is attached").
SMIME_Body - Email message body text (default: "This message should have come with a file attached by MOVEit Central.").
SMIME_RecipientCert - The subject of the recipient's certificate (default: recipient email address).
SMIME_SenderCert - The subject of the sender's certificate (default: sender email address).
SMIME_Sign - Whether the message should be cryptographically signed (default: True).
SMIME_Encrypt - Whether the message should be encrypted (default: True).
If the script fails to run and returns an error, it is most likely due to a configuration error. See the list of error codes below to determine what the problem might be:
Error Code
Meaning
500
A required task parameter was not found
501
File attachment failure
502
Could not find a certificate matching the provided subject(s)
503
Error sending the email message to the specified SMTP server