Skip to content

Commit

Permalink
PAPP-34503
Browse files Browse the repository at this point in the history
 - fix version and linting
  • Loading branch information
leobao-splunk committed Aug 29, 2024
1 parent 54b752d commit 456237b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SMTP

Publisher: Splunk
Connector Version: 3.2.0
Connector Version: 3.2.1
Product Vendor: Generic
Product Name: SMTP
Product Version Supported (regex): ".\*"
Expand Down
2 changes: 1 addition & 1 deletion smtp.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"publisher": "Splunk",
"type": "email",
"main_module": "smtp_connector.py",
"app_version": "3.2.0",
"app_version": "3.2.1",
"utctime_updated": "2024-03-06T13:04:08.000000Z",
"package_name": "phantom_smtp",
"product_vendor": "Generic",
Expand Down
1 change: 0 additions & 1 deletion smtp_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,6 @@ def _is_html(self, body):
return False

def _send_email(self, param, action_result):
action_id = self.get_action_identifier()

# username = self.get_config()[phantom.APP_JSON_USERNAME]
config = self.get_config()
Expand Down

0 comments on commit 456237b

Please sign in to comment.