event manager applet ciscoemailEEM
event none
action 1.0 mail
server x.x.x.x
to "xxxxx@xxx.com"
from "xxxxxx@xxx.com"
cc "xxxxxxxx@xxx.com"
subject "EEM email"
body "can you receive"
R1#event manager run ciscoemailEEM
R1#
*Jan 17 16:35:17.623: smtp_read 220 163.com Anti-spam GT for Coremail
System (16
3com[20090903])
*Jan 17 16:35:17.623: smtp_write HELO R1.R1
*Jan 17 16:35:17.635: smtp_read 250 OK
*Jan 17 16:35:17.635: smtp_write MAIL FROM:<xxxx@xxx.com>
*Jan 17 16:35:17.651: smtp_read 553 authentication is
required,smtp3,DdGowKCbCSH
Gy1JLABu3AA--.35568S2 1263717318
----------------------------------how to solve this ?
It seems the cisco IOS for "action mail " dont insert the "AUTH LOGIN" which let you to type in your username/password .
It directly insert "MAIL FROM" after "HELO",but the email server I used need authentication.