You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see from the code this is FriendlyName1 <email address>.
It might be better if this was topic <email address>
In my case: solar_06C6B8 <email address>
I agree this is a VERY minor point.
TO
The user1 is hard coded in xdrv_01_2_webserver_esp32_mail.ino message.addRecipient("user1", to);
It would be better if user1 was replaced with either:
The "Message-ID:" field contains a single unique message identifier.
The "References:" and "In-Reply-To:" fields each contain one or more
unique message identifiers, optionally separated by CFWS.
The message identifier (msg-id) syntax is a limited version of the
addr-spec construct enclosed in the angle bracket characters, "<" and
">". Unlike addr-spec, this syntax only permits the dot-atom-text
form on the left-hand side of the "@" and does not have internal CFWS
anywhere in the message identifier.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Thanks to @gemu2015, sendmail [] is working again in V13.2.0
I sent myself an email and this is the header on the received side
FROM
I can see from the code this is
FriendlyName1 <email address>
.It might be better if this was
topic <email address>
In my case:
solar_06C6B8 <email address>
I agree this is a VERY minor point.
TO
The
user1
is hard coded inxdrv_01_2_webserver_esp32_mail.ino
message.addRecipient("user1", to);
It would be better if user1 was replaced with either:
[email protected]
in my case, orclark
in my caseMessage-ID
The relevant RFC for SNMP states:
An example of an RFC compliant Message-ID is:
The Message-ID issued by
sendmail []
is not compliant as it is not unique. Maybe it could be:<timestamp@topic>
<randomnumber@topic>
<1234567@solar_06C6B8>
Beta Was this translation helpful? Give feedback.
All reactions