UNPKG

node-signed-mailer

Version:

Send emails signed with your S/MIME certificate

5 lines (4 loc) 143 B
export declare const sign: (header: string, content: { text: string; html?: string; }, p12file: string, passphrase: string) => string;