Skip to content

Commit

Permalink
Mail Settings (#119)
Browse files Browse the repository at this point in the history
* add a mail setting tab to admin, to let sites in a multisite override the general settings in config. Also fix bug with site check not checking

* wip

* translations
  • Loading branch information
annlickander authored Dec 8, 2023
1 parent 083d098 commit b98f6d6
Show file tree
Hide file tree
Showing 8 changed files with 505 additions and 131 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,12 @@ configuration.
`BM_WP_SMTP_PORT` - Set which port the connection should be made through. Should be set as an integer. Defaults to `587`.
`BM_WP_SMTP_SECURITY` - Set the sending security for the SMTP server. Defaults to `tls`.
`BM_WP_SMTP_SITE_IDS` - Set side ids in an array to only use SMTP for some sites in a multisite. Defaults to work for all sites.
`BM_WP_NOTIFICATIONS_FROM_EMAIL_USERNAME` - Define the username for the e-mail address to send from. Defaults to 'notification'
`BM_WP_NOTIFICATIONS_FROM_NAME` - Define the name for the sender of the e-mail. Defaults to site name.
`BM_WP_NOTIFICATIONS_FROM_EMAIL_ADDRESS` - Define the e-mail address to send from.
`bm_wpexp_notifications_from_email_username` - Filter the username for the e-mail address to send from. Defaults to 'notification'
`bm_wpexp_notifications_from_name` - Filter the name for the sender of the e-mail. Defaults to site name.
`bm_wp_notifications_from_email_address` - Filter the e-mail address to send from.

`BM_WP_POSTAL_DOMAIN` - Optionally customize the domain for the Postal install. Defaults to `https://postal.oderland.com`
`BM_WP_POSTAL_API_KEY` - Add the API key for the Postal service. Without it, Postal is not active.
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"type": "wordpress-plugin",
"config": {
"sort-packages": true,
"optimize-autoloader": true
"optimize-autoloader": true,
"allow-plugins": {
"composer/installers": true
}
},
"prefer-stable": true,
"minimum-stability": "dev",
Expand Down
Binary file modified languages/bm-wp-experience-sv_SE.mo
Binary file not shown.
Loading

0 comments on commit b98f6d6

Please sign in to comment.