Hi everyone,
i've built a workflow to filter through scanned documents (our daily papermail) and find the correct recipient. Now I'm trying to automatically send the recipient an e-mail with the scanned pdf as an attachment. The workflow does what it's supposed to but i'm having trouble using our local exchange 2016 server to send the email. Since the attachments are confidential i can't use a public provider for this.
I always get the error: "Das Benutzerkonto, das zum Übermitteln der Anforderung verwendet wurde, ist nicht berechtigt, E-Mail im Auftrag des angegebenen sendenen Kontos zu senden. Die Nachricht kann nicht übermittelt werden." - Which pretty much translates to: the account you're using to send the request doesn't have the necessary privileges to send e-mails on behalf of the used account. message can't be send.
Is this something i need to adress on the exchange server or can i do something within scanshare? I've tried our admin account to send the email too with no success.
Edit: Nevermind, I've figured it out 1 minute after hitting send. After trying for over an hour..
But while i'm here i've got another question. The way i'm doing the recognition is by scanning a barcode.
The barcode has to fit into a specific size so i'm pretty limited by the characters i can use. Is there a way to add a script to for example do:
if (barcode == abreviation) {
barcode = full name;
}
and then use that + domain as the recipient?