Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
tracardi-smtp-connector
Advanced tools
The purpose of this plugin is to send e-mail using SMTP servers. The plugin supports sending HTML messages.
This node requires configuration.
{
"message": {
"send_to": "to@email.com",
"send_from": "from@email.com",
"reply_to": "reply-to@email.com",
"title": "E-mail subject",
"message": "My name is {profile@traits.private.pii.name}"
},
"source": {
"id": "resource-id"
}
}
e-mail
recipiente-mail
E-mail subject
,message
, HTML is allowed as well as message template.Message can be a Tracardi template. Tracardi templates can merge plain text or HTML with data from profile, event, or session.
Example of Tracardi message template
My name is {profile@traits.private.pii.name}
The {profile@traits.private.pii.name}
placeholder will be replaced by data from profile. Path to data is
traits.private.pii.name
.
This node needs SMTP server credentials that are defined in resources. To access defined credentials you will have to pass resource id.
This node needs access to resource that configures SMTP server credentials:
Needed credentials:
{
"smtp": "smtp.gmail.com",
"port": 587,
"username": "enter your username",
"password": "enter your password",
"timeout": 15
}
This node does not process input payload.
This node returns true
if mail was sent or false
if there was an error.
FAQs
The purpose of this plugin is sending mail within Tracardi system.
We found that tracardi-smtp-connector demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.