I was wondering if there is a proper way to get the message-id of a send mail. mail.send just returns true or false So far I tried to send the mail also to my own account and guess from comparing header and body that this is the mail that I send out. This however gives me quite some headaches with all the different character encodings ...
Is there a better way to get the message-id of a send mail?

