html - Gmail mailto with images and links -


i need create mailto links, automatically sets both recipients , body. i'm fine long body plain text, need contain links , images (and image needs linked).

is there way it?

it's not possible. can't send mime bodies in mailto: body parameter. since body parameter intended plain/text . can't format value html. send mail programmatically using emailer functions support of html body


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -