I have a link in my web-app for user sending an email. The URL looks like this below :
https://mail.google.com/mail/u/0/?view=cm&to={your@email.com}&fs=1&tf=1
When user click that link, they can compose an email with compose mail view. After a user click the 'send email' button, the page will appear blank.
So my question, Are there any URL parameters that support redirection instead of giving the user blank page after sending email? I couldn't found any documentation for Gmail URL parameters just like view
, to
, fs
, tf
. I wonder is there any url parameter for example redirect_to=myapps.com
.