Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

How Our Restaurant ChatBot Sends Mail

We use a snmpd daemon which comes with python installation for sending mails. 'aiosmtpd' provides a main entry point which can be used to run the server on the command line.

There are 2 ways to run the server either by passing it to Python directly or the entry point may also be installed as the aiosmtpd command,

$ python3 -m aiosmtpd -n
$ aiosmtpd -n

This starts a server on localhost, port 8025 without setting the uid to ‘nobody’ (i.e. because you aren’t running it as root)


How to install aiosnmpd?

$pip install aiosnmp


Sample Mail Response

sample


Click for more information

Rasa versions used for testing

rasa-core==0.8.2
rasa-nlu==0.11.5
rasa-sdk==1.1.0
rasa-x==0.19.5

Rasa Output

Sample use cases have been executed for reference in output.txt file.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages