I want to make a program in Python where is someone transfers money to my bankaccount, i sent them a confirmation mail. I don't know where to start and don't know how i can achieve this.
Asked
Active
Viewed 35 times
1 Answers
0
Mailjet provides such service. It has a free tier too. You can use it either posting request with requests.post
or using pypi package here. The API documentation is also here.
As you may guess this is only for the mail service you asked. If the money transfer is a serious job, then the back end, transactions etc. requires some experience in that field.

emremrah
- 1,733
- 13
- 19