Poor man's mailing list
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.
 
 
 
pmml/example_configs/pmmlrc

9 lines
259 B

{
"mailinglist@example.org": {
"recipients": ["user1@example.org", "user2@example.org" ],
"smtp_server": "smtp.example.org",
"smtp_port": 587,
"smtp_user": "mailinglist@example.org",
"smtp_pass": "PASSWORD"
}
}