[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.219.255.63: ~ $
# SendWP

The easy solution to transactional email in WordPress.

## Local Development

The SendWP Server URL can be overriden in `wp-config.php` by adding the following:

```php
define('SENDWP_SERVER_URL', 'https://wordpress.local');
```

When developing with a local instance of the SendWP server, be sure to filter `https_ssl_verify`.

```php
add_filter( 'https_local_ssl_verify', '__return_false' );
add_filter( 'https_ssl_verify', '__return_false' );
```

Filemanager

Name Type Size Permission Actions
assets Folder 0555
includes Folder 0555
vendor Folder 0555
README.md File 459 B 0644
readme.txt File 1.59 KB 0644
sendwp.php File 17.04 KB 0555