Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • Message-ID is mandatory as well, or does SSMTP add it if necessary? Commented Aug 30, 2014 at 12:41
  • The RFC 5322 says that the message-id should be present, but it's not mandatory. Most of the servers will add one for you if it isn't. I don't know if SSMTP adds one for you. Commented Aug 30, 2014 at 16:00
  • Any chance of an example with HTML message plus attachment(s)? Commented Oct 17, 2016 at 16:12
  • @RTF late comment, but likely possible using multipart/mixed. See unix.stackexchange.com/a/250189/182991 Commented Sep 30, 2018 at 5:57
  • @Giel SSMTP adds message id when necessary on my servers. I know I'm a bit late, but maybe someone else will neeed that information. Commented Jan 16, 2023 at 16:55