New topic: Some questions about email
<http://forums.realsoftware.com/viewtopic.php?t=30489> Page 1 of 1 [ 3 posts ] Previous topic | Next topic Author Message julgus_sweden Post subject: Some questions about emailPosted: Thu Oct 15, 2009 1:52 am Joined: Wed Dec 05, 2007 5:17 am Posts: 351 Location: Sweden 1. Is it possible to invoke the email client and preload it with recipients/subject (from my application). How? 2. Is it possible to create a email link from the email client which I can drop into my application? When the user clicks on the link, the email client shall get focus and the email is shown. 3. Can I use the email client but feed it with data from my application and the user won't see the email client at all? MacOSX/Windows. Regards Johan _________________ iMac, Macbook, Mac mini & REALStudio... http://www.precis-it.se Top timhare Post subject: Re: Some questions about emailPosted: Thu Oct 15, 2009 1:57 am Joined: Fri Jan 06, 2006 3:21 pm Posts: 6565 Location: Portland, OR USA 1) See the mailto: url specification. Wikipedia has some good information. Google is your friend. ShowURL "mailto:xxxxxx" - will open the email client. 2) ?? 3) Use an SMTPSocket to send the mail directly, and send a blind carbon copy to the user so it shows up in his email client. Top julgus_sweden Post subject: Re: Some questions about emailPosted: Thu Oct 15, 2009 2:14 am Joined: Wed Dec 05, 2007 5:17 am Posts: 351 Location: Sweden Thanks for your reply! 1. Hmm, yes - that wasn't so hard to figure out 2. The idea (if possible) is to create links from the original source and paste a link into application. Kind of OLE-link. The goal is to let the user gather all information about, let say a customer, in one place. Docs, data, pictures, movies, email-links and similar. 3. Good idea! timhare wrote:1) See the mailto: url specification. Wikipedia has some good information. Google is your friend. ShowURL "mailto:xxxxxx" - will open the email client. 2) ?? 3) Use an SMTPSocket to send the mail directly, and send a blind carbon copy to the user so it shows up in his email client. _________________ iMac, Macbook, Mac mini & REALStudio... http://www.precis-it.se Top Display posts from previous: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost timeSubject AscendingDescending Page 1 of 1 [ 3 posts ] -- Over 1500 classes with 29000 functions in one REALbasic plug-in collection. The Monkeybread Software Realbasic Plugin v9.3. http://www.monkeybreadsoftware.de/realbasic/plugins.shtml [email protected]
