Reputation: 199
Is there a way to send emails to an email id through julia code?
Thanks Amit
Upvotes: 2
Views: 3729
Reputation: 1209
Another option, which has a bit more overhead, is to use for example ODBC.jl and send an email via SQL server
Upvotes: 0
Reputation: 5746
SMTPClient Package is useful for sending emails from within Julia code.
Upvotes: 4