• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Mailto - hyperlink

Chandrashekar K

New Member
Hi Team,

I have use ur blog to create a birthday reminder which is working fine, but only thing i want is instead a text in the body i want a jpg picture to be pasted in the body.

Code:
=IF(AND(DAY(E45)=DAY(TODAY()),MONTH(E45)=MONTH(TODAY())),HYPERLINK("mailto:"&G45&"?subject="&$D$2&""&D45&" - "&TEXT(TODAY(),"DD-MMM")&"&body="&G3&"%0AInsert the picture here","send mail")," ")
Please take ur time to look into this and post anything which is helpful to me.

Thanks & Regards,
Chandra
 
Hi Chandra, and welcome to the forum! :awesome:

I'm afraid you can't insert an image using that method. Inserting a message into an email requires using an outlook object, rather than just a basic HTML type email. Doing so will require a macro.

Can still be done, but it's more complicated than a single formula. See here for additional tutorials:
http://www.rondebruin.nl/win/section1.htm
 
Back
Top