Skip to content

Commit

Permalink
Update index for new entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmealing committed Sep 12, 2024
1 parent 74bd6f2 commit 3f00369
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 63 deletions.
137 changes: 74 additions & 63 deletions index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions index.org
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
#+HTML_HEAD: <meta name="description" content="Wade Mealings documentation" />
#+HTML_HEAD_EXTRA: <meta http-equiv="Content-Security-Policy" content="style-src-elem; img-src https://*; child-src 'none';" />

* [[http://wmealing.github.io/sending-email-in-common-lisp.html][Sending email in common-lisp (Sep 2024)]]

Want to integrate email functionality into your common-lisp applications, the cl-smtp library can help. In this blog entry, we’ll walk you through the process of using cl-smtp
to send emails via Google’s mail servers. Whether you're setting up notifications, alerts, or just automating your email processes, this guide will help you configure cl-smtp to
work seamlessly with Gmail’s SMTP server.


* [[https://wmealing.github.io/custom-software-errors.html][The best error messages ive ever seen]]
:LOGBOOK:
Expand Down

0 comments on commit 3f00369

Please sign in to comment.