How to open an email window by clicking on a button
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I'd like to know if there's a way to open a std email window by clicking on a Push Button... I'd like to set it like an email-link...
Can anyone help me? Thanks you all!
2 Kommentare
Fangjun Jiang
am 2 Dez. 2011
What is 'a std email window'? As far as I know, there are dozens of application that can handle email.
Akzeptierte Antwort
Walter Roberson
am 2 Dez. 2011
See the documentation for web()
web mailto:email_address
uses your system browser to send mail.
(It doesn't work for me, but I am not working on Windows and I haven't configured email on the system I run MATLAB on.)
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Environment and Settings finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!