var bodytab = '<table>' +
'<thead>' +
'<tr>' +
'<td><p><span><span><strong><a href='+approveURL+' style="font-family:Arial;font-size:10pt;color:black;text-decoration:none;background-color:Gainsboro;text-align:center;padding:5pt;border-radius:6%">APPROVE</a></strong></span></span></p> </td>' +
'<td><p><span><span><strong><a href='+rejectURL+' style="font-family:Arial;font-size:10pt;color:black;text-decoration:none;background-color:Gainsboro;text-align:center;padding:5pt;border-radius:6%">REJECT</a></strong></span></span></p> </td>' +
'</tr>' +
'</thead>'+
'</table>'
var emailBody = 'Hi, <br/>' + 'You have got a Delegation request.' +'Please click on APPROVE button to approve the request. For rejecting the delegation request click REJECT button' +'<br/>'+'<br/>'
+ bodytab + '<br/>'+'<br/>'+'<br/>' + 'Thank you'