summaryrefslogtreecommitdiff
path: root/core/modules/smtp_send.tr.en
blob: f99ba99e5e6822be30d17b5ed7c6bd06d76a9338 (plain)
1
2
3
4
5
6
7
8
missing_args=❌ [smtp_send] Missing required arguments: smtp_server, smtp_user, smtp_pass, from, to
start=📡 [smtp_send] Preparing to send to {to} via {server}:{port}...
using_nc=🔧 Using netcat for SMTP connection...
using_openssl=🔧 Using openssl for STARTTLS connection...
missing_tools=❌ [smtp_send] Neither netcat (nc) nor openssl found on system.
missing_base64=❌ [smtp_send] base64 is missing on the system.
deps_ok=✅ [smtp_send] Tools available: {tool}, base64
done=✅ [smtp_send] Command executed. Check if the email was received.