mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-10-09 17:02:45 +02:00
up paths
This commit is contained in:
parent
895996cf6b
commit
8daf1e23e4
2055 changed files with 119377 additions and 31850 deletions
|
@ -0,0 +1,58 @@
|
|||
|
||||
:PROPERTIES:
|
||||
:ID: 0001bc44-73b5-4bdb-b327-822487cd7e28
|
||||
:END:
|
||||
|
||||
#+title: envoyer-des-mails-depuis-localhost
|
||||
#+post_ID: 280
|
||||
#+post_slug: envoyer-des-mails-depuis-localhost
|
||||
#+post_url: https://www.ciperbliss.com/2012/envoyer-des-mails-depuis-localhost
|
||||
#+post_title: Envoyer des mails depuis localhost
|
||||
#+post_tags: null
|
||||
#+post_type: post
|
||||
#+post_mime_types:
|
||||
#+post_guid: undefined
|
||||
#+post_status: publish
|
||||
#+post_date_published: <2012-04-30T05:04:28>
|
||||
#+post_date_modified: <2015-11-08T14:43:37>
|
||||
#+post_index_page_roam_id: fa7f2a8c-2b94-4e42-bb4c-25c026ed7ff9
|
||||
#+retrieved_from_db_at: <2024-11-18 16:25:08>
|
||||
|
||||
|
||||
* Envoyer des mails depuis localhost
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: envoyer-des-mails-depuis-localhost
|
||||
:END:
|
||||
|
||||
Je me suis longtemps demandé comment configurer mon serveur local pour
|
||||
pouvoir envoyer des emails. Voici enfin la
|
||||
solution:ouvrir ces deux fichiers de config situés
|
||||
dans votre dossier wamp (en partant du principe que
|
||||
[[http://www.wampserver.com/][wampserver]] est installé sous /C:\wamp/ )
|
||||
|
||||
=C:\wamp\bin\php\php5.3.8\php.ini=
|
||||
|
||||
et=C:\wamp\bin\apache\Apache2.2.21\bin\php.ini=
|
||||
|
||||
|
||||
|
||||
Ensuite, cherchez une occurence de "*smtp*"
|
||||
|
||||
j'ai pour fournisseur d'accès SFR, donc j'ai mis
|
||||
/smtp.sfr.fr/ et utilisé le port 25
|
||||
|
||||
=SMTP = smtp.sfr.fr=
|
||||
|
||||
=; http://php.net/smtp-port=
|
||||
|
||||
=smtp_port = 25=
|
||||
|
||||
|
||||
|
||||
là où les deux fichiers le demandaient.
|
||||
|
||||
Un restart de tous les services de wamp plus tard, et
|
||||
ô magie je peux enfin utiliser la fonction mail() de
|
||||
php.Enjoyez!
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue