Add Message-ID to outgoing messages if missing
Hello,
By default on SMTP servers, if a Message-ID is not provided by client, server is generating it and add it to headers.
With Postal, no Message-ID is added.
Example on email received on Gmail: Message-Id: [email protected]
Romain
You are right, Postal doesn't generate and add message IDs. I've converted this into an issue to add server side message ID generation when one is missing.
@adamcooke Any update ?
No
@adamcooke Any Update?
No
@adamcooke the outgoing_message_prototype in folder app/models work only for message sending by api and web postal? Have any files that interact directaly for smtp protocol?
thanks.