hamza
Posts: 76
Joined: Fri Apr 03, 2015 7:16 pm

how to send email

Thu May 14, 2015 9:27 pm

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.

JMK8
Posts: 42
Joined: Tue Apr 28, 2015 10:00 am

Re: how to send email

Fri May 15, 2015 12:09 am

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.

hamza
Posts: 76
Joined: Fri Apr 03, 2015 7:16 pm

Re: how to send email

Fri May 15, 2015 10:22 am

Thank you, im trying to find working example.

Return to “Beginners”