- Fixed the SMTP compliance by making sure RCPT TO addresses are specified
properly in angle brackets. Recipients provided with CURLOPT_MAIL_RCPT now get angle bracket wrapping automatically by libcurl unless the recipient starts with an angle bracket as then the app is assumed to deal with that properly on its own.
This commit is contained in:
@@ -42,7 +42,7 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 803@foo --mail-from 803@from -T -
|
||||
<protocol>
|
||||
EHLO user
|
||||
MAIL FROM:803@from
|
||||
RCPT TO:803@foo
|
||||
RCPT TO:<803@foo>
|
||||
DATA
|
||||
QUIT
|
||||
</protocol>
|
||||
|
||||
Reference in New Issue
Block a user