i need to send backup mail im working @ mikrotik v3.13 i tray
/ tool e-mail
set server=1.2.3.4 from=“SomeSystemName@somewhere.tld”
1234=my smtp
SomeSystemName@somewhere.tld = my mail
and
/ system script add name=“backup_mail” source=“/system backup save name=email_backup \n/tool e-mail send
file=email_backup.backup to=" SomeSystemName@somewhere.tld" body="See \attached file for System Backup" subject=([/system iden
tity get name] \ . " " . [/system clock get time] . " " . [/system clock get date] . " Backup")\n”
but its not working
so i tray thes Simple
/ tool e-mail
set server=1.2.3.4 from=“SomeSystemName@somewhere.tld”
/tool e-mail send file=1.doc to=" SomeSystemName@somewhere.tld" 1234=my smtp
SomeSystemName@somewhere.tld = my mail
1.doc=file on my ftp
but its not working
can any one help me
do your email server require smtp login ? in that case you need to upgrade your ros…
similar problem here :
http://forum.mikrotik.com/t/v3-25-script-backup-not-work/29380/1
i have 3.13
i put
add action=masquerade chain=srcnat comment=“email test” disabled=no dst-port=25 protocol=tcp src-address=“192.168.0.10”
192.168.0.10 = my lan interfes ip
and
if i tray
/tool e-mail send to=" myhotmail@hotmail.com" from=“mezo_dsl@hotmail.com” server=212.103.160.58 subject=“testing” body=“testing testing” file=1.doc
212.103.160.58=smtp.tedata.net.eg
1.doc=file on my ftp
its give me
system error invalid body
and if i tray
/tool e-mail send to=“myhotmail@hotmail.com” subject=“testing2” body=“testing testing2” server=“212.103.160.58” file=“1.doc”
212.103.160.58=smtp.tedata.net.eg
1.doc=file on my ftp
nothing happen
i have mikrotik v 3.13
i need any solution for that thing…

janisk
5
please see topic in linked second post: