Can we receive pubnub notifications by email?
问题 We are using NodeJS to publish messages. Is it possible for subscribers to receive the messages by email? 回答1: PubNub Notifications by Email in Python Geremy's response also is your solution for Ruby and I'm attaching a Python solution too. The best way to achieve sending an email today is to pair PubNub with a mail service provider such as SendGrid and you would do it like this in Python. You can do this with Node.JS too npm install sendgrid . Here follows Python example: Here is a usage