4
MailTo URI scheme handling for smarter mail 16 and greater.
Question asked by Shawn Hyde - 6/2/2017 at 11:21 AM
Unanswered
There are guides on how to set up browser base email services for browser links with the "mailto" URI scheme. The article "How to make webmail your default email in Chrome, Firefox, and Opera" (google to find)​ explains how you can even enter custom url addresses.
 
What is the custom url address for smarter mail 16 and greater?
 
I imagine it is something like:
https://mail.domain.net/interface/app/email/message-compose.html?recipientListTo=jonathan@domain.net
 
Your help would be appreciated.

4 Replies

Reply to Thread
0
Shawn Hyde Replied
https://mail.domain.net/interface/root#/popout/email/?to=username@outlook.com

This is close but the address does not autofill. Also, if you are not logged in, it will not forward you to the compose page once you complete login.
0
Antonin Moy Replied
It doesn't seems to work with 16.3.6522 . Any other way ?
2
Remi Heppell Replied
Still not working in version 8125. 

Feature request : add possibility to assign SmarterMail website as default email handler on browser set as default mail program on any OS using mailto URL scheme.

This feature should have more Up vote for it, but not many tech know this is a possibility now.

Now all major browser offer the possibility to be assign as default Mail program. Inside those browser, you can specify with website is assign by default to respond to MailTo request.

This is done by using navigator.registerProtocolHandler function :
See in developer.mozilla.org and search for the function.
Exemple use :
navigator.registerProtocolHandler("mailto", webmail.domaine.com/interface/root#/popout/email/?to=%s", "SmarterMail client")

Parameters available in RFC 2368

mailto:mail@example.com?subject=test&body=body test.&attach=path-to-local-file

All the following mail client accept the attach=path-to-file

Windows
    Outlook
    The Bat!
    Postbox
    eM Client
    IBM Notes
Linux
    Thunderbird
    KMail
    Evolution
    Trojitá
    Claws
    Mutt
macOS
    Apple Mail
    MailMate
    Airmail
    iOS Mail App
    K-9 Mail
    R2Mail2
    MailDroid

More and more client are asking us if there is a way to use SmarterMail directly instead of installing email client's software locally on computer because they use only SmarterMail in webbrowser.

Thanks for taking this feature into consideration!
0
Employee Replied
Employee Post
@Remi, I came across this request you put in it's own thread and changed it to "Under Consideration", Add possibility to assign SmarterMail website as default email handler 

Reply to Thread