| CPUG | |
| The Check Point User Group | |
| A Resource For The Check Point Community. Fast. Useful. Independent. | |
|
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| I'm trying to figure out a way to send email to multiple recipients from Smartdashboard. In the Global Porperties---> Log and Alert---> Alert Commands---> Run Mail Alert Script. I've tried the following. This works /opt/CPsuite-R60/fw1/bin/sendmail -s 'Firewall Changes Detected' -t 207.130.***.*** -f managementserver@domain.com email@gmail.com Does not work /opt/CPsuite-R60/fw1/bin/sendmail -s 'Firewall Changes Detected' -t 207.130.***.*** -f managementserver@domain.com email@gmail.com,email2@gmail.com This works but the second email does not have any message body. /opt/CPsuite-R60/fw1/bin/sendmail -s 'Firewall Changes Detected' -t 207.130.***.*** -f managementserver@domain.com email@gmail.com;/opt/CPsuite-R60/fw1/bin/sendmail -s 'Firewall Changes Detected' -t 207.130.***.*** -f managementserver@domain.com email2@gmail.com Does anybody know the correct way to send to multiple recipients? |
| |||
| Try the following: internal_sendmail -s 'Firewall Changes Detected' -t 207.130.***.*** -f managementserver@domain.com email@gmail.com email2@gmail.com Notice that there is nothing but a space between the recipient email addresses. |
![]() |
| Thread Tools | |
| Display Modes | |
| |