| From: | Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com> |
|---|---|
| To: | Zahid Rahman <zahidr1000(at)gmail(dot)com> |
| Cc: | pgadmin-hackers <pgadmin-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: Error [99] reset password |
| Date: | 2019-12-19 04:52:06 |
| Message-ID: | CAM9w-_mMf-chKOz1rXDBZZ9=xaZb1ZHp0upZmU7JxxFP=PVmmQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Hi Zahid,
You need to configure the pgAdmin SMTP params by creating config_local.py
and changing
MAIL_SERVER = 'localhost'
MAIL_PORT = 25
MAIL_USE_SSL = False
MAIL_USE_TLS = False
MAIL_USERNAME = ''
MAIL_PASSWORD = ''
MAIL_DEBUG = False
Ref https://www.pgadmin.org/docs/pgadmin4/4.16/config_py.html for
config_local.py.
On Thu, Dec 19, 2019 at 2:21 AM Zahid Rahman <zahidr1000(at)gmail(dot)com> wrote:
> I did reset my port 25 "sudo ufw allow 25"
> but made no diff. Which port is expect ? Thanks.
> [image: Mozilla Firefox_002.png]
>
>
>
--
Thanks and Regards,
Aditya Toshniwal
pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Zahid Rahman | 2019-12-19 06:23:47 | Re: Error [99] reset password |
| Previous Message | Zahid Rahman | 2019-12-18 20:51:17 | Error [99] reset password |