0

I am trying to implement Email SMTP notifications in my application using libCurl in C.

Before sending notification, i want to check for RFC 822 compliance on both FROM and TO addresses.

Currently i am able to do it using JNI (JAVA javax.mail.internet.InternetAddress class)

http://www.w3.org/Protocols/rfc822/

Daniel Stenberg
  • 54,736
  • 17
  • 146
  • 222
Shiva
  • 114
  • 3
  • 12
  • Search for "regex email" and "regex c" on google. – Jabberwocky Apr 14 '14 at 12:42
  • possible duplicate of [Regexp recognition of email address hard?](http://stackoverflow.com/questions/156430/regexp-recognition-of-email-address-hard) – alk Apr 14 '14 at 13:15
  • Maybe [this](http://www.codeproject.com/Questions/387850/validate-email-without-using-regular-expression) helps. – Jabberwocky Apr 14 '14 at 13:20

0 Answers0