🔴 January 2024 Alert: Forum support inactive!
New forum registration are currently closed.
Use GitHub discussions
.

    UVdesk

    • Login
    • Search
    • Recent

    Solved RFC 2822, 3.6.2. compliance error when sending a ticket

    Technical Help
    5
    22
    3731
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      larryhems @savelam last edited by

      The error is saying that the email address you are providing does not comply with the RFC standards. Make sure your email address variable is not blank.

      The fully RFC 822 compliant regex is inefficient and obscure for validate email address because of its length. Fortunately, RFC 822 was superseded twice and the current specification for email addresses is RFC 5322. RFC 5322 leads to a regex that can be understood if studied for a few minutes and is efficient enough for actual use.

      If you use HTML5, use this code:

      <input type="email" name="email" required placeholder="Enter a valid email address">
      
      1 Reply Last reply Reply Quote 0
      • vipin
        vipin developer UVdesk Staff last edited by

        @savelam

        Mail your query us at support@uvdesk.com. Our team will help you.

        1 Reply Last reply Reply Quote 1
        • First post
          Last post