šŸ”“ 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
    3756
    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.
    • S
      savelam @peopleinside last edited by

      @peopleinside I have sent the ticket using the support link.

      Thanks.

      peopleinside 1 Reply Last reply Reply Quote 0
      • peopleinside
        peopleinside EX helping member @savelam last edited by

        @savelam great, please keep this topic updated so when a solution will be available, we can mark the topic as solved.

        šŸ’¬ You can also ask help on GitHub Discussions
        šŸ”“ I am no more active on Uvdesk
        šŸ”“ Forum support is inactive!

        S 2 Replies Last reply Reply Quote 0
        • S
          savelam @peopleinside last edited by

          @peopleinside Sure I will keep you updated. Thanks.

          1 Reply Last reply Reply Quote 0
          • S
            savelam @peopleinside last edited by savelam

            @peopleinside I have received a response from the support them. We are still on it. I will update you when everything is sorted out.

            Thanks.

            peopleinside 1 Reply Last reply Reply Quote 0
            • peopleinside
              peopleinside EX helping member @savelam last edited by

              @savelam great, thanks šŸ™‚ šŸ˜Ž

              šŸ’¬ You can also ask help on GitHub Discussions
              šŸ”“ I am no more active on Uvdesk
              šŸ”“ Forum support is inactive!

              S 1 Reply Last reply Reply Quote 0
              • Topic has been marked as solved  peopleinside peopleinside 
              • S
                savelam @peopleinside last edited by

                @peopleinside the issue was resolved by commenting out the code block in the function, assertValidAddress() located inside
                vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php

                I do not know if what I did is the right way to go about it but it works for me and I wish to share it with the group.

                Here is the screenshot of the code block in the function that was commented out.
                Error message.png

                1 Reply Last reply Reply Quote 0
                • vipin
                  vipin developer UVdesk Staff last edited by

                  @savelam

                  Can you tell us which email service are you using & also which UVDesk version are you using?

                  S 1 Reply Last reply Reply Quote 0
                  • S
                    savelam @vipin last edited by

                    @vipin the UVDesk version is v1.1.0 and am using office365 email service.

                    L 1 Reply Last reply Reply Quote 0
                    • 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