Send mail not populating TO
We just updated to 8.8.1.
The new send mail function is not populating the TO field with the affected users mail adress.
In the conole log i get
GET http://tst-sc-sm01/api/V3/Enum/GetEnumDisplayName?id= 500 (Internal Server Error)
When i try to manually select a user i get
(invalid mailadress)
Answers
I'll do my best to try and break this now.
Will try it on Monday!
Hi Magnus, The function which validates the email address checks if the final domain extension is at least three characters long. Since a lot of European domains only have two characters in the final section of the domain name (.se,.dk,.fr,.de,etc), they will fail the validation. I will escalate this to our development team to have it corrected, but in the meantime you can edit the file: C:\inetpub\CiresonPortal\Scripts\app\app.js and change line 75 to var re = /^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
Also noticed some other strange behaviors, the status is blanked if you dont select a status when sending an email.
Below anser from Cireson sorted both the TO not getting populated and the status being set to "NULL"