diff --git a/Prose-example.toml b/Prose-example.toml index aed977e..3ea9527 100644 --- a/Prose-example.toml +++ b/Prose-example.toml @@ -16,8 +16,7 @@ url = "sqlite://database.sqlite?mode=rwc" [notify] [notify.email] -from = "pod@prose.org" -to = "pod@prose.org" +pod_address = "pod@prose.org" smtp_host = "localhost" smtp_port = 587 diff --git a/Prose-template.toml b/Prose-template.toml index 85a851e..65ab7a1 100644 --- a/Prose-template.toml +++ b/Prose-template.toml @@ -16,8 +16,7 @@ url = "sqlite://database.sqlite?mode=rwc" [notify] [notify.email] -from = "prose@<INSERT_YOUR_SMTP_DOMAIN>" -to = "prose@<INSERT_YOUR_SMTP_DOMAIN>" +pod_address = "prose@<INSERT_YOUR_SMTP_DOMAIN>" smtp_host = "localhost" smtp_port = 587