WubWubWUUUB
WubWubWUUUB

Reputation: 1

AppleScript - How to send a email without the mail app opening up

I need to know how to send a email with applescript without having a email to send from. So basically using the mail app is out because I have to have the use input their email in order to send.

Could I do a shell script in side the applescript in order to send?

Upvotes: 0

Views: 1748

Answers (1)

regulus6633
regulus6633

Reputation: 19030

Try my python email shell script here. I have an example applescript at the bottom of the page showing how you can control the shell script from applescript.

Upvotes: 1

Related Questions