You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
define( 'SMTP_ENCRYPTION', 'tls' ); // Optional, defaults to 'tls' (PHPMailer::ENCRYPTION_STARTTLS)
38
+
```
39
+
40
+
The plugin will automatically use `SMTP_USER` as the default "From" email address.
41
+
42
+
### Bunny CDN Purging
43
+
44
+
To automatically purge the Bunny CDN cache for a post's URL (and the sitemap) when it is saved or updated, define your Bunny API key in your `wp-config.php` file:
0 commit comments