Page 1 of 1
how to send email
Posted: Thu May 14, 2015 9:27 pm
by hamza
hi
how can I send a\nd read emil using bash script?? i hope to find clear answer because I googled it but no active.
Re: how to send email
Posted: Fri May 15, 2015 12:09 am
by JMK8
Google ssmtp for sending emails and Google fetchmail for receiving emails. If you get to grips with the command line interfaces creating a bash script should be straight-forward. You might want to consider using cron to automate polling for incoming emails.
JohnK.
Re: how to send email
Posted: Fri May 15, 2015 10:22 am
by hamza
Thank you, im trying to find working example.