2
Pass credentials from other form
Question asked by Paul Hartkoorn - 9/18/2017 at 4:52 AM
Unanswered
With previous versions I could use an own form which passed on the logon credentials to the smartermail interface and so end up in the inbox (see code below). Is this feature not available anymore?
<form name="mailform1" action="LinkToSmarterMail" method="post" target="_blank">
<input type="hidden" name="shortcutLink" value="autologin" id="shortcutLink">
<input type="hidden" name="email" id="email" value="EmailFromForm">
<input type="hidden" name="password" id="password" value="PasswordFromForm">
</form>
 

2 Replies

Reply to Thread
0
Thomas Chapman Replied
It would be nice if the admins would reply with simple examples of what to use to replace this. I know we are now required to use the API but the old form code was so simple that I can't find any example of what the API code should look like to replace just this HTML code. Someone must have written this. I am just simple folk any help would be greatly appreciated. Have a great weekend.
0
Matt Petty Replied
Employee Post
Hello Thomas, I've been active in this other related thread and I have some various responses containing both info for new API's to do this along with a script solution. I'd give this a read through and post there any additional questions you might have.

https://portal.smartertools.com/community/a90940/passing-credentials-into-the-smartermail-16_x-login-screen.aspx
Matt Petty Software Developer SmarterTools Inc. (877) 357-6278 www.smartertools.com

Reply to Thread