I am trying to write a command line bash script that will allow you to send mail to an email address using some variables.
The email is a signup form with username and passwords.
The subject line and most of the body will be hard coded.
The script should ask the email address first, then what is the username, then what is the password.
At that point hopefully, the variables are populated in the email and then its sent.
I cannot seem to get it to work. And I need as much help as possible including apparently, the ciommand line options to send the mail, I seem to be running blind.
Thank you
Chris