Is there a way to send emails to an email id through julia code?
Thanks Amit
Is there a way to send emails to an email id through julia code?
Thanks Amit
SMTPClient Package is useful for sending emails from within Julia code.
Another option, which has a bit more overhead, is to use for example ODBC.jl and send an email via SQL server