smtp_mail: Added support to MAIL FROM for the optional AUTH parameter
[platform/upstream/curl.git] / include / curl / curl.h
index 3c9c41d..f2501cd 100644 (file)
@@ -1518,6 +1518,9 @@ typedef enum {
   /* Enable/disable specific SSL features with a bitmask, see CURLSSLOPT_* */
   CINIT(SSL_OPTIONS, LONG, 216),
 
+  /* set the SMTP auth originator */
+  CINIT(MAIL_AUTH, OBJECTPOINT, 217),
+
   CURLOPT_LASTENTRY /* the last unused */
 } CURLoption;