Skip to content

Commit 69423bd

Browse files
committed
Add wp-mail config file option
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent dc70279 commit 69423bd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

php/config-spec.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131
'desc' => 'Mail-id to be used for letsencrypt.',
3232
),
3333

34+
'wp-mail' => array(
35+
'runtime' => '=<wp-mail>',
36+
'file' => '<wp-mail>',
37+
'default' => null,
38+
'desc' => 'Default Mail-id to be used for WordPress site installation.',
39+
),
40+
3441
'ee_installer_version' => array(
3542
'file' => '<path>',
3643
'default' => null,

0 commit comments

Comments
 (0)