|
|
@ -30,7 +30,6 @@ provide settings for an external SMTP service: |
|
|
|
|
|
|
|
#+begin_src yaml |
|
|
|
bluesky: |
|
|
|
charm: bluesky ## line is optional if your service name is "bluesky" |
|
|
|
# ... |
|
|
|
|
|
|
|
myemail: |
|
|
@ -43,6 +42,16 @@ myemail: |
|
|
|
password: mypassword |
|
|
|
#+end_src |
|
|
|
|
|
|
|
Your SMTP might require a sensible email-from field, so to set it: |
|
|
|
|
|
|
|
#+begin_src yaml |
|
|
|
bluesky: |
|
|
|
# ... |
|
|
|
options: |
|
|
|
email-from: no-reply@mydomain.com |
|
|
|
#+end_src |
|
|
|
|
|
|
|
|
|
|
|
** request a new invite |
|
|
|
|
|
|
|
To be able to add account, you need to create new invites from your |
|
|
|