eduardotkoller / convForm

A jQuery plugin that transforms a form into an interactive chat.
https://eduardotkoller.github.io/convForm
MIT License
180 stars 109 forks source link

Can I send some input from Chat Bot to my mail #56

Closed kshyam1795 closed 3 years ago

kshyam1795 commented 5 years ago

hii,

Actually i used POST method but this is not working so i have use GET method and got the data from chat bot form but the mail function is not working. Please help me.

thanks

This is my chat bot form

`

eduardotkoller commented 3 years ago

Hi, sorry for the long delay. I am closing the issue because this is not related to the plugin itself, so I can't really help you.

mail function in php is not a good idea and mostly certainly will not work because email services will reject the email. You have to use email services like Amazon SES, SendGrid, etc.