Advertisement
Guest User

Untitled

a guest
Aug 5th, 2017
471
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. LANG=pl_PL.UTF-8
  2. LC_CTYPE="pl_PL.UTF-8"
  3. LC_NUMERIC="pl_PL.UTF-8"
  4. LC_TIME="pl_PL.UTF-8"
  5. LC_COLLATE="pl_PL.UTF-8"
  6. LC_MONETARY="pl_PL.UTF-8"
  7. LC_MESSAGES="pl_PL.UTF-8"
  8. LC_PAPER="pl_PL.UTF-8"
  9. LC_NAME="pl_PL.UTF-8"
  10. LC_ADDRESS="pl_PL.UTF-8"
  11. LC_TELEPHONE="pl_PL.UTF-8"
  12. LC_MEASUREMENT="pl_PL.UTF-8"
  13. LC_IDENTIFICATION="pl_PL.UTF-8"
  14. LC_ALL=pl_PL.UTF-8
  15.  
  16. /bin/echo -e "Subject: Mail z routera ASUSrnrn<text with Polish characters>" |/opt/bin/msmtp --debug --from=default -t my_user@gmail.com,my_user@other.domain
  17.  
  18. defaults
  19. tls on
  20. tls_starttls on
  21. tls_trust_file /opt/etc/certs/ca-bundle.crt
  22.  
  23. account default
  24. host smtp.gmail.com
  25. port 587
  26. auth on
  27. user my_account@gmail.com
  28. password xxxxxxxx
  29. from my_account@gmail.com
  30. #logfile /opt/msmtp.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement