Recent content by awiatr

  1. A

    sendmail script

    Thanks, emailing happily now.
  2. A

    sendmail script

    Thanks, your script worked. Good to know how to avoid using the certificate.
  3. A

    sendmail script

    The link to the source of div-email.sh doesn't appear to work.
  4. A

    sendmail script

    I just tried it and it worked, thank you.
  5. A

    sendmail script

    I tried running telnet which looks ok: telnet smtp.gmail.com 587 220 smtp.gmail.com ESMTP y21sm11153932wmc.11 - gsmtp
  6. A

    sendmail script

    Thanks. I have removed the ntpclient statement. There was already a sleep 5 statement at the start of the script. I removed all but the first certificate from /jffs/configs/google_root.pem and I got an additional error, the second line below: depth=2 C = US, O = Google Trust Services LLC...
  7. A

    sendmail script

    I am trying to send an email in a script running on an Asus RT-AX88U running Asuswrt-Merlin 386.3_2: #!/bin/sh FROM="[email protected]" AUTH="[email protected]" PASS="***" FROMNAME="Asus" TO="[email protected]" ntpclient -h pool.ntp.org -s &> /dev/null sleep 5 echo "Subject: WAN...
Back
Top