Question:
How can i remove my computername from Message-ID when sending email?
If i understand right, the Message-ID needs to be unique. But can i change the text part something else then my computername?
See the MailMan.AutoGenMessageId property. You can turn that off by setting it to false, and then you can explicitly set the Message-ID header via the Email.AddHeaderField method (which replaces a header field if it already exists).