mailer

  1. byrnejb

    Solved bash - cannot find a mailer (dma)

    I am running a bash script that contains these statements: MAILER="/usr/sbin/sendmail -t" # -t get To:, CC:, and BCC:, from message . . . local _mailer_return=$(cat "${_msg_file_name}" | "${MAILER}") # <<== this is the error, using a variable instead of a literal...
Back
Top