notification.text=p.commentAuthorName+' has replied to your comment on "'+p.postHeadline+'": '+getPostCommentUrl(p.postId,p.commentId);
notification.html='<p><a href="'+getUserUrl(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>';
notification.text='You have a new comment by '+p.commentAuthorName+' on your post "'+p.postHeadline+'": '+getPostCommentUrl(p.postId,p.commentId);
notification.html='<p><a href="'+getUserUrl(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>';
notification.text=p.postAuthorName+' has created a new post: "'+p.postHeadline+'" '+getPostUrl(p.postId);
notification.html='<a href="'+getUserUrl(p.postAuthorId)+'">'+p.postAuthorName+'</a> has created a new post: "<a href="'+getPostUrl(p.postId)+'" class="action-link">'+p.postHeadline+'</a>".';
notification.text='Welcome to '+getSetting('title')+'! Your account has just been approved.';
notification.html='Welcome to '+getSetting('title')+'!<br/> Your account has just been approved. <a href="'+Meteor.absoluteUrl()+'">Start posting.</a>';