Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Checks the provided credentials and returns the accessKey to be used to call all the other methods.

  • string Login(string user, string pwd, string url)
  • user: username to access the MailUp console
  • pwd: password to access the MailUp console
  • url: console URL 
Note
titleURL Formatting
URL field must be inserted specifying the third level domain of the console (es. abcd.s02.com); the call returns an error if the complete URL is inserted (e.g.http://abcd.s02.com/).
Info
titleDeprecated Login Method
Login method is to be considered deprecated starting from MailUp release 7.4: LoginFromId is the recommended method. See below for details.

...