Is the mail.smtp.from
property ignored?
#135
Replies: 2 comments
-
Created an issue: #137 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
According to the specifications (also here):
However it seems like the property is ignored. I have configured a session with the property valued, then I'm sending a message this way:
But the message is rejected because it's missing the FROM.
If instead I do this:
The FROM is correctly valued.
Is this a bug in the implementation?
Beta Was this translation helpful? Give feedback.
All reactions