2

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

Thanks Amit

2 Answers2

4

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

Reza Afzalan
  • 5,508
  • 3
  • 24
  • 43
0

Another option, which has a bit more overhead, is to use for example ODBC.jl and send an email via SQL server

wueli
  • 619
  • 7
  • 16