Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Query Strings To Access GossamerMail

Quote Reply
Query Strings To Access GossamerMail
This may be a stupid question, but I currently already have a logon for my website where a user enters their username and password. Their GossamerMail username and passwords are the same as they are for the website. How could I use a query string to access GossamerMail mail from another website that already asks for their usernames for instances:
http://www.mydomain.com/cgi-bin/user/webmail.cgi?username=dork;t=default;password=vomit;

Any suggestions? Thanks.

Joe
Quote Reply
Re: [jmurray] Query Strings To Access GossamerMail In reply to
Something like this should work:

http://www.mydomain.com/cgi-bin/user/login.cgi?t=defualt&username=dork&domain=mail.mydomain.com&password=vomit

the domain is optional and can be used to specify the domain the user should login to other than the default listed for the template 't' provided.

Michael Coyne
seaturtle.org