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,646
  • 3
  • 26
  • 44
0

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

wueli
  • 951
  • 11
  • 19