Django でメールを送信する(その2)
次のプログラムを改造して、宛先、タイトル、本文をページから変更できるようにしました。
Django でメールを送信する
コードは GitHub にあります。
ekzemplaro/django_mail_send
デブロイの手順
1) 必要なライブラリーのインストール
sudo pip install django-environ
2) GitHub からクローン
git clone https://github.com/ekzemplaro/django_mail_send
3) .env の作成
.env
mail_from="sample@@yahoo.co.jp"
4) マイグレーション
python manage.py migrate
5) 開発サーバーを起動
python manage.py runserver
6) ブラウザーで http://127.0.0.1:8000/mail_send/ にアクセス
Author And Source
この問題について(Django でメールを送信する(その2)), 我々は、より多くの情報をここで見つけました https://qiita.com/ekzemplaro/items/1fb0811875ecf402903b著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .