Webmailer Destination URLs
Various destinations for Webmailer, discovered by the developer or submitted by users. Make sure to replace any site-specific placeholders with the proper information.
| (none) | #echo |
| Apple Mail | #osascript -e 'tell application "Mail"' -e 'GetURL "mailto:[to]?[?]"' -e 'activate' -e 'end tell' |
| Fastmail | https://www.fastmail.fm/mail/?MSignal=MC-FromName**[to]%3fsubject=[subject]%26cc=[cc]%26bcc=[bcc]%26body=[body] |
| Gmail (2nd account) | https://mail.google.com/mail/u/1/?extsrc=mailto&url=mailto:[%to]%3f[%?] |
| Gmail (3rd account) | https://mail.google.com/mail/u/2/?extsrc=mailto&url=mailto:[%to]%3f[%?] |
| Gmail Domain | https://mail.google.com/hosted/DOMAIN/mail/?extsrc=mailto&url=mailto:[%to]%3f[%?] |
| Kerio | http://SITE/default/mailCompose.php?mailTo=[to]&mailCc=[cc]&mailBcc=[bcc]&mailSubj=[subject]&mailBody=[body] |
| MobileMe | https://www.me.com/mail/message/#compose?to=[to]&[?] |
| OneTel | Add "&to=[to]" to the end of the Compose page URL. |
| Roundcube (cPanel) | https://SITE:2096/3rdparty/roundcube/?_task=mail&_action=compose&to=mailto:[to]?[?] |
| Seznam Email | http://email.seznam.cz/newMessageScreen?sessionId=&to=[to] |
| Yandex.Mail | https://mail.yandex.ru/neo2/#compose/to=[to]&[?] |
If you have another one please e-mail it to webmailer@belkadan.com.
Default Destinations
| AIM Mail | http://webmail.aol.com/mail/compose-message.aspx?to=[to]&[?] |
| Gmail | https://mail.google.com/mail/?extsrc=mailto&url=mailto:[%to]%3f[%?] |
| Horde IMP | http://SITE/imp/compose.php?actionID=compose_expand_addr&to=[to]&[?] |
| Live Hotmail | http://mail.live.com/mail/mail.aspx?rru=compose%3faction%3dcompose%26to%3d[%to]%26[%?] |
| Outlook | http://SITE/exchange/USER/drafts/?cmd=new&mailtoaddr=[to] |
| Roundcube | http://SITE/?_task=mail&_action=compose&to=mailto:[to]?[?] |
| SquirrelMail | http://SITE/src/mailto.php?emailaddress=[to]%3F[%?] |
| SquirrelMail 2 | http://SITE/src/compose.php?send_to=[to]&send_to_cc=[cc]&send_to_bcc=[bcc]&subject=[subject]&body=[body] |
| Yahoo! Mail | http://compose.mail.yahoo.com/?To=[to]&Body=[body]&Subject=[subject]&Cc=[cc]&Bcc=[bcc] |
| Zimbra | https://SITE/zimbra/?view=compose&to=[to]&[?] |