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 -

php - Laravel not returning controller -

c# - Confused on how to specify a Platform and Version while using ChromeOptions for RemoteWebDriver with Selenium donNet since recent updates -