diff --git a/mail_send_bot/readme.md b/mail_send_bot/readme.md new file mode 100644 index 0000000..d18931b --- /dev/null +++ b/mail_send_bot/readme.md @@ -0,0 +1,12 @@ +# Email sender plugin +This plugin is used to send mails from whatsapp + +# deploy + +* First go to https://www.twilio.com/console/sms/whatsapp/sandbox and create account and follow the steps to configure whatsapp sandbox +* Then deploy this mail_send_bot flask application to heroku and copy the url +* Then go to twilio setting and add the copied heroku url in post request +* Whenever we send a message , twilio redirects that to our flask app +* The flask app processes and returns output + +