mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-09 19:18:35 +02:00
* scripts/mail_transfer: Added new script to send/receive XML data files by SMTP/POP3. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4303 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
34 lines
829 B
Plaintext
34 lines
829 B
Plaintext
###########################################
|
|
### SMTP DATA
|
|
###########################################
|
|
|
|
smtp_user devtest@artica.es
|
|
smtp_pass pass1212
|
|
smtp_hostname mail.artica.es
|
|
|
|
###########################################
|
|
### POP3 DATA
|
|
###########################################
|
|
|
|
pop3_user devtest@artica.es
|
|
pop3_pass pass1212
|
|
pop3_hostname mail.artica.es
|
|
|
|
# Enable or disable SSL. 1 means Enabled, 0 Disabled
|
|
pop3_ssl 0
|
|
|
|
# SSL port
|
|
pop3_ssl_port 995
|
|
|
|
###########################################
|
|
### TO SEND INFO
|
|
###########################################
|
|
# Email receiver where to send the email
|
|
receiver_email devtest@artica.es
|
|
|
|
###########################################
|
|
### PATH TO SAVE THE ATTACHED FILE
|
|
###########################################
|
|
# Desired path where the attached file will be stored
|
|
pathtosave /tmp/
|