genkgo / mail

Library to send e-mails over different transports and protocols (like SMTP and IMAP) using immutable messages and streams. Also includes SMTP server.
https://mail.readthedocs.io/
Other
402 stars 21 forks source link

Documentation #10

Closed frederikbosch closed 6 years ago

mpyw commented 7 years ago

I introduced on Qiita (SNS for Japanese developers)

PHP7.1未満お断り!最新PHPメーラーライブラリ Genkgo/Mail を試してみる - Qiita

frederikbosch commented 7 years ago

Many thanks @mpyw! I included it in the README.

ragboyjr commented 6 years ago

This library looks amazing, i'd love to try and contribute some documentation. What kind of docs are you thinking? readthedocs? github pages? http://couscous.io? Let me know, and I'll try to get something together.

frederikbosch commented 6 years ago

Thanks! I am familiar with readthedocs and github pages. Of those I would prefer readthedocs. Don't know couscous, but it seems pretty nice too.

frederikbosch commented 6 years ago

Maybe I should just create a couscous account and add the readme example as a start. Then you and others can join and help to get it to the next level.

GwendolenLynch commented 6 years ago

FWIW @bobdenotter has been setting up Couscous for a number of core extensions in @bolt and we're pretty happy with the results. Ultimately it is probably bigger time saver :smile_cat:

bobdenotter commented 6 years ago

Hi all,

Yes, and i've made some simple modifications to integrate a better menu structure, as well as a simple search using Tipue, that still works on statically generated pages.

See here for details:

If you have questions, don't hesitate to ask!

ragboyjr commented 6 years ago

Sounds good, i'll use those as a starting point and go from there. Thanks!

k00ni commented 6 years ago

I had some newbie-questions, got an answer and now, i would like to provide some example code and descriptions. But i couldn't find a link to the current working prototype of the documentation. Is there anything there yet?

frederikbosch commented 6 years ago

Nope. It's a high priority of mine. Will go for it asap.

k00ni commented 6 years ago

Do you prefer a separate repository/service or do you like it in the code, like doc/foo.md? Or even as part of the README.md? I would suggest in the code, because it allows versioning of the docs.

frederikbosch commented 6 years ago

I'll go for couscous as suggested here. Will let everyone know when it is there.

frederikbosch commented 6 years ago

Started with documentation via ReadTheDocs.