How are emails with parameters (like #recipient_firstname#) created?
Every time I use such a parameter in a message (either when sending to a role, or to an individual member) the dkim signature reports that the email has been changed. This doesn't happen when I don't use parameters in an email.
My setup is:
webserver (running admidio) -> smtp server (separate server, running postfix and opendkim)
Question about email generation
Re: Question about email generation
Okay, I might have found a solution:
In my email settings I delivered the email to my mailserver using the submission port (587) and SMTP encryption to 'TLS'.
After setting the SMTP port to 25 and SMTP encryption to 'No' first tests show good results.
Not sure how the submission port might influence the body of the email coming from admidio.
Since both servers are my own, and hosted internally, there's no risk involved.
In my email settings I delivered the email to my mailserver using the submission port (587) and SMTP encryption to 'TLS'.
After setting the SMTP port to 25 and SMTP encryption to 'No' first tests show good results.
Not sure how the submission port might influence the body of the email coming from admidio.
Since both servers are my own, and hosted internally, there's no risk involved.