PySMS
PySMS copied to clipboard
Simple Python API that that allows you to send texts via SMTP with a best effort approach and process replies via IMAP
Error
INFO:FMF:Authenticating FMF service INFO:FMF:Login succesful INFO:FMF:FMF service enabled on account INFO:FMF:Authenticating FMF service INFO:FMF:Login succesful INFO:FMF:FMF service enabled on account Traceback (most recent call last): File "C:\Users\kevo\Desktop\work\track.py", line 8, in...
Update `PySMS.py`, `README.md`, and `PySMS3.py` to improve functionality and documentation. * **PySMS.py** - Remove the `carriers` dictionary and import the `CARRIERS` dictionary from `constants.py`. - Update the `add_number` method to...