commonfields: id: EWS Mail Sender version: -1 sectionorder: - Connect - Collect name: EWS Mail Sender display: EWS Mail Sender (Deprecated) deprecated: true category: Email provider: Microsoft description: 'Exchange Web Services mail sender. Note: this integration supports Office 365 basic authentication only. If you are using Office 365, we recommend using the EWS O365 Integration instead, which supports modern authentication (oauth2). Deprecated. Use EWS v2 instead' configuration: - display: Exchange URL or Server IP address name: ewsServer defaultvalue: https://outlook.office365.com/EWS/Exchange.asmx/ type: 0 required: true section: Connect - display: 'Authentication: Email address (for Office 365) or DOMAIN\USERNAME (e.g. DEMISTO.INT\admin)' name: credentials defaultvalue: "" type: 9 required: true section: Connect - display: Server Version (2007, 2010, 2010_SP2, 2013, or 2016) name: defaultServerVersion defaultvalue: "2013" type: 0 required: true section: Connect - display: Authentication Type (NTLM, Basic, or Digest). For Office 365 use Basic. name: authType defaultvalue: Basic type: 0 required: true section: Connect - display: Trust any certificate (not secure) name: insecure type: 8 section: Connect advanced: true required: false - display: Use system proxy settings name: proxy defaultvalue: "false" type: 8 section: Connect advanced: true required: false - display: Has impersonation rights name: impersonation defaultvalue: "false" type: 8 section: Connect advanced: true required: false - display: Sender Mailbox name: mailbox defaultvalue: "" type: 0 section: Connect advanced: true required: false script: script: '' type: python subtype: python3 commands: - name: send-mail arguments: - name: to required: true description: A CSV list of email addresses for the 'to' field. - name: cc description: A CSV list of email addresses for the 'cc' field. - name: bcc description: A CSV list of email addresses for the 'bcc' field. - name: subject required: true description: Subject for the email to be sent. - name: replyTo description: The email address specified in the 'reply to' field. - name: body description: The contents (body) of the email to send. - name: htmlBody description: HTML formatted content (body) of the email to be sent. This argument overrides the "body" argument. - name: attachIDs description: 'A CSV list of War Room entry IDs that contain files, and are used to attach files to the outgoing email. For example: attachIDs=15@8,19@8.' isArray: true - name: attachNames description: A CSV list of names of attachments to send. Should be the same number of elements as attachIDs. isArray: true - name: attachCIDs description: A CSV list of CIDs to embed attachments within the email itself. isArray: true - name: raw_message description: Raw email message from MimeContent type. - description: The email address from which to reply. name: from description: Sends an email using EWS. - name: reply-mail arguments: - name: inReplyTo required: true description: ID of the item to reply to. - name: to required: true description: A CSV list of email addresses for the 'to' field. - name: cc description: A CSV list of email addresses for the 'cc' field. - name: bcc description: A CSV list of email addresses for the 'bcc' field. - name: subject description: Subject for the email to be sent. - name: body description: The contents (body) of the email to be sent. - name: htmlBody description: HTML formatted content (body) of the email to be sent. This argument overrides the "body" argument. - name: attachIDs description: 'A CSV list of War Room entry IDs that contain files, and are used to attach files to the outgoing email. For example: attachIDs=15@8,19@8.' isArray: true - name: attachNames description: A CSV list of names of attachments to send. Should be the same number of elements as attachIDs. isArray: true - name: attachCIDs description: A CSV list of CIDs to embed attachments within the email itself. isArray: true description: Replies to an email using EWS. dockerimage: demisto/py3ews:1.0.0.47270 tests: - "EWS Mail Sender Test" - "EWS Mail Sender Test 2" fromversion: 5.0.0