Changeset 2962187
- Timestamp:
- 09/03/2023 02:58:06 PM (3 years ago)
- File:
-
- 1 edited
-
config-email-smtp/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
config-email-smtp/trunk/readme.txt
r2962181 r2962187 4 4 Tags: email, smtp 5 5 Requires at least: 5.0 6 Tested up to: 6. 26 Tested up to: 6.3 7 7 Stable tag: 0.1.0 8 8 License: GPLv3 or later … … 26 26 with the proper values for the SMTP server you want to use. 27 27 28 ``` php28 ``` 29 29 /* SMTP configuration */ 30 30 define('SMTP_HOST', 'mail.example.com'); // Mail server hostname
Note: See TracChangeset
for help on using the changeset viewer.