AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

What to do when email was not received?
 
 

I am trying the code below for sending an email but not receiving any. I am using AIML v.2. Voice recognition with help of Python.

<category>
<
pattern>EMAIL RICHARD ABOUT * AND SAY *</pattern>
<
template>Sending "<star index="2"/>" to Richard with subject "<star/>".
<
oob><email><to>xyz@gmail.com</to><subject><star/></subject><body><star index="2"/></body></email></oob>
</
template>
</
category

What am I doing wrong here? Please help me out.

 

 
  [ # 1 ]

Have you defined in your interpreter what the email tag should do? The oob tag just means “do something outside of AIML”.

 

 
  login or register to react