SMTP not working for Comments Email Notifications

I added host settings in class-phpmailer file i.e host = (my host address); and set
TLS=true;
and in pluggable file i replaced
mailer = isMail();
with
mailer = isSMTP();

and now am receiving emails for comments. Hope this helps other people with the same issue.