Can you add a feature to allow full HTML editing to the outgoing mails?
Standard Cf7 allows you to change only the body of an HTML mail message.
It would be great extending this plugin to let user inject code also into <head></head> , f.e. to add Google fonts to the mail through a simple:
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Love Ya Like A Sister">
<style>
h2 {
font-family: "Love Ya Like A Sister", sans-serif;
}
</style>
</head>
]]>
Plugin Not Working
]]>