Go to the preferences, 'Headers' panel and add the DKIM headers there. The header name would be 'DKIM-Signature' without quotes and for example, the value for the example at the
Wikipedia page would be:
Code:
v=1; a=rsa-sha256; d=example.net; s=brisbane;
c=relaxed/simple; q=dns/txt; l=1234; t=1117574938; x=1118006938;
h=from:to:subject:date:keywords:keywords;
bh=MTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTI=;
b=dzdVyOfAKCdLXdJOc9G2q8LoXSlEniSbav+yuU4zGeeruD00lszZ
VoG4ZHRNiYzR
Then click on the '+' button to add the header to the header list.