Amit Kumar Tiwari
Amit Kumar Tiwari

Reputation: 199

Julia | How to send Email through Julia code

Is there a way to send emails to an email id through julia code?

Thanks Amit

Upvotes: 2

Views: 3729

Answers (2)

wueli
wueli

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

Reza Afzalan
Reza Afzalan

Reputation: 5746

SMTPClient Package is useful for sending emails from within Julia code.

Upvotes: 4

Related Questions