Versions Compared

Key

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

...

This method is available only from MailUp release 7.4 and it's very similar to the previous one ("Login") but it allows to specify a console an account ID instead of a console URL. The main benefit lies in the fact that an a URL limits the use of the infrastructure, whereas a fixed reference like the console ID would make makes it easier to move the administration console on a higher-performing hardware, if needed. There would be little or no malfunction, as the customer's applications would keep on working after the operation.

  • string LoginFromId(string user, string pwd, int consoleId).
  • user: username to access the MailUp console
  • pwd: password to access the MailUp console
  • consoleId: console identifier. The console ID can be drawn from the username associated to the console, without the initial "m" (e.g. username: m1234 > console ID 1234). In case it is not possible to get the console ID from the username, please contact our support team

...