subject:'Someone replied to your comment on "'+p.postHeadline+'"',
text:p.commentAuthorName+' has replied to your comment on "'+p.postHeadline+'": '+getPostCommentUrl(p.postId,p.commentId),
html:'<p><a href="'+getProfileUrlById(p.commentAuthorId)+'">'+p.commentAuthorName+'</a> has replied to your comment on "<a href="'+getPostCommentUrl(p.postId,p.commentId)+'" class="action-link">'+p.postHeadline+'</a>"</p>'
subject:'A new comment on your post "'+p.postHeadline+'"',
text:'You have a new comment by '+p.commentAuthorName+' on your post "'+p.postHeadline+'": '+getPostCommentUrl(p.postId,p.commentId),
html:'<p><a href="'+getProfileUrlById(p.commentAuthorId)+'">'+p.commentAuthorName+'</a> left a new comment on your post "<a href="'+getPostCommentUrl(p.postId,p.commentId)+'" class="action-link">'+p.postHeadline+'</a>"</p>'
subject:p.postAuthorName+' has created a new post: "'+p.postHeadline+'"',
text:p.postAuthorName+' has created a new post: "'+p.postHeadline+'" '+getPostUrl(p.postId),
html:'<a href="'+getProfileUrlById(p.postAuthorId)+'">'+p.postAuthorName+'</a> has created a new post: "<a href="'+getPostUrl(p.postId)+'" class="action-link">'+p.postHeadline+'</a>".'