Monatsarchive: Dezember 2022

ssmtp skript

#!/bin/bash # Set the email address to use for sending emails EMAIL_ADDRESS=“user@example.com“ # Set the list of passwords to try when sending emails PASSWORDS=(password1 password2 password3) # Set the SMTP server and port to use for sending emails SMTP_SERVER=“smtp.example.com“ SMTP_PORT=587 … Weiterlesen

Veröffentlicht unter bash, Linux | Schreib einen Kommentar