and what can be done with this? I get an error when trying to connect my mail server with authentication. The error was the following:
Couldn't store the SMTP password. The application credential key wasn't found on the local server or there was an encryption error.
Every server in the farm must have an application credential key to store and retrieve the SMTP password. The application credential key must be identical on each server. Use the Set-SPApplicationCredentialKey cmdlet to set the application credential key on the local server. If the current SMTP password was stored using a different application credential key, the SMTP credentials must be saved again using the current application credential key.
Than i went to see how to create the authentication key on the server and i got to another error:
Set-SPApplicationCredentialKey : The term 'Set-SPApplicationCredentialKey' is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again.
At line:1 char:1
+ Set-SPApplicationCredentialKey $key
+ CategoryInfo : ObjectNotFound: (Set-SPApplicationCredentialKey:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
And i am stuck here because there is no solution for this problem.. Can you help me please?