require "webby_email_comments" # must require this before setting configs SITE.email = 'ana@ananelson.com' SITE.comments.email = 'my.comments.email.address@gmail.com' SITE.comments.reply_template = "Hey, thanks for leaving a comment. :-) ..." SITE.comments.login = 'my.comments.email.address@gmail.com' SITE.comments.password = 'passw0rd' # yeah, right