@peopleinside No please, there were no special characters before or after the @ sign.
Solved RFC 2822, 3.6.2. compliance error when sending a ticket
-
@peopleinside No please, there were no special characters before or after the @ sign.
-
@savelam understood. Sorry I have no idea so... we need a reply from developers.
-
Share your email id which you using to create a ticket.
we will check to create a ticket from your email id. -
@komal-sharma said in RFC 2822, 3.6.2. compliance error when sending a ticket:
Share your email id which you using to create a ticket.
we will check to create a ticket from your email id.You can share privately by using a ticket: https://support.uvdesk.com/en/customer/create-ticket/
Insert email adress on a forum can generate spam to this email address -
@peopleinside I have sent the ticket using the support link.
Thanks.
-
@savelam great, please keep this topic updated so when a solution will be available, we can mark the topic as solved.
-
@peopleinside Sure I will keep you updated. Thanks.
-
@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.
-
@savelam great, thanks
-
peopleinside 29 May 2022, 15:03
-
@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.phpI 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.
-
Can you tell us which email service are you using & also which UVDesk version are you using?
-
@vipin the UVDesk version is v1.1.0 and am using office365 email service.
-
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">
- 9 days later
-
Mail your query us at support@uvdesk.com. Our team will help you.