%PDF- %PDF-
Direktori : /var/www/cwg/wp-content/plugins/post-smtp/Postman/Postman-Mail/ |
Current File : //var/www/cwg/wp-content/plugins/post-smtp/Postman/Postman-Mail/PostmanMailEngine.php |
<?php if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } if (! interface_exists ( "PostmanMailEngine" )) { interface PostmanMailEngine { public function getTranscript(); public function send(PostmanMessage $message); } }