02-Oct-2021 05:42
same works with version 12 and below but in 15 its not working .
do i need to install any tools to use mail like " yum -y install mailx" ?..
Command i am using is echo "test mail" | mail -vs "Test email " myemail@mydomain.com
02-Oct-2021
16:59
- last edited on
04-Jun-2023
19:17
by
JimmyPackets
Hi,
You can use ssmtp command.
echo "Subject: ssmtp test mail" | ssmtp myemail@mydomain.com
26-Apr-2022 23:39 - edited 26-Apr-2022 23:41
No luck
05-Oct-2021 10:59
Hello Karthikeyan.
You can try this
https://support.f5.com/csp/article/K13303339
Regards,
Dario.
26-Apr-2022 23:42
no its still not working all configurations remains the same .This worked before "df -h | mail -vs "free space " myname@mydomain.com "but with new version this is not.
need a replacement for this .
04-Nov-2022 12:43
You could always copy /bin/mail from an older system and add it to the path or your scripts directory (and give it execute permissions via chmod +x mail). This has worked for me.