Page 1 of 1

e-mail

Posted: Mon May 20, 2024 4:17 pm
by Joan Ferrer
Hello
Is there any way to open the e-mail program, include a text defined by me and the e-mail address?

Thanks

Re: e-mail

Posted: Mon May 20, 2024 4:52 pm
by Pablo
You can use 'mailto' and include a subject and message.

Code: Select all

mailto:test@example.com?subject=Testing out mailto!&body=This is only a test!
However, this maybe not work on all computers, depending on the user's preferences.

Re: e-mail

Posted: Mon May 20, 2024 4:55 pm
by Joan Ferrer
Ok Pablo, tnks!!