wefra-odoo11/modules/InterfaceEmail.php

6 lines
181 B
PHP
Raw Permalink Normal View History

2019-10-02 21:28:58 +00:00
<?php
interface InterfaceEmail {
public function sendEmail($exp, $dest, $subject, $content, $headers);
//public function getMessage($message_code, $language_code, $set_data);
}