c - How to validate Email address to check RFC822 compliance using libCurl -
i trying implement email smtp notifications in application using libcurl in c.
before sending notification, want check rfc 822 compliance on both , addresses.
currently able using jni (java javax.mail.internet.internetaddress class)
Comments
Post a Comment