Email module sample config script

git-svn-id: file:///home/svn/framework3/trunk@6164 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
et 2009-01-19 01:18:41 +00:00
parent 14f7a91efb
commit 8c145efd35
1 changed files with 30 additions and 0 deletions

30
data/emailer_config.yaml Normal file
View File

@ -0,0 +1,30 @@
# YAML:1.0
# Configuration file for emailer.rb module
# Taken from Jabra spl0it.org
#
# Emails CSV File (Fname Lname,email)
to: email_addresses.csv
# Email is sent from this address
from: attacker@metasf.com
# Subject
subject: "Email Subject"
# Type ( text or text/html )
type: text/html
# Msg body file
msg_file: email_body.txt
# Number of seconds to wait before next email
wait: 5
# Prepend the first name to the email body
add_name: yes
# Add custom signature from file
sig: yes
# Signature file
sig_file: sig.txt
# Add an email attachment (File exploit anyone?)
attachment: yes
# Path to file attachment
attachment_file: test.jpg
# Name of file attachment
attachment_file_name: msf.jpg
# Type of attachment
attachment_file_type: image/jpeg