Open the mail reader to send a mail
Open the mail reader to send a mail
- Subject: Open the mail reader to send a mail
- From: Arthur VIGAN <email@hidden>
- Date: Sun, 11 May 2003 09:14:08 +0200
Hi,
I need my application to open the default mail reader of the user to
send a mail. I searched the archives and found that a way of doint this
is to user an NSURL like "
mailto:email@hidden?subject=A
subject". But I tried the following code that doesn't work:
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@
"
mailto:email@hidden?subject=A subject"]];
What is wrong with this?
Thanks in advance,
-- Arthur
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.