You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
291 B
8 lines
291 B
#!/bin/bash
|
|
smtp_defaults=1 # Set to 0 to allow the script to run
|
|
smtp_relay="your SMTP relay server address"
|
|
smtp_user="your SMTP relay server username"
|
|
smtp_pass="your SMTP relay server password"
|
|
smtp_to="where you want the email to go"
|
|
smtp_from="what you want to show in the from field"
|