mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(core): Add "Sent by n8n" attribution (#7183)
Github issue / Community forum post (link here to close automatically): --------- Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@ const versionDescription: INodeTypeDescription = {
|
||||
name: 'emailSend',
|
||||
icon: 'fa:envelope',
|
||||
group: ['output'],
|
||||
version: 2,
|
||||
version: [2, 2.1],
|
||||
description: 'Sends an email using SMTP protocol',
|
||||
defaults: {
|
||||
name: 'Send Email',
|
||||
|
||||
Reference in New Issue
Block a user