ajay-psd

Results 1 comments of ajay-psd

there is verp plugin do rewrite mail_from ```js exports.register = function() { var plugin = this; plugin.register_hook('data_post', 'set_verp_mail_from'); }; exports.set_verp_mail_from = function (next, connection) { connection.transaction.parse_body = true; var transaction...