c++ - getting default email client mac OSX cpp -



c++ - getting default email client mac OSX cpp -

here problem, have create multi-platform app in c++ in wich there button open defqult mail service client send mail. yeah, managed windows, , have mac osx don't seems find anyway so. :/

so there way (syscall or this) open default mail service client few parameters passed? (just email adresse juste fine)

thanks in advance answers, have day.

if can utilize objective-c++ seek this:

[[nsworkspace sharedworkspace] openurl:[nsurl urlwithstring:@"mailto:my@mail.com"]]

otherwise seek url default email client using function launch services reference:

lscopydefaultapplicationurlforcontenttype

c++ osx email

Comments

Popular posts from this blog

php - How to pass multiple values from url -

database - php search bar when I press submit with nothing in the search bar it shows all the data -

ios - How to load .png images from Documents folder of an app -