So senden Sie SMS in Python von iCloud Account an koodo texto msg.koodomobile.comPython

Python-Programme
Anonymous
 So senden Sie SMS in Python von iCloud Account an koodo texto msg.koodomobile.com

Post by Anonymous »

Es ist möglich, E -Mails als einfacher Text von Python Code an MMS Koodomobile zu senden? captcha html mail zu bestätigen), daher benutze ich die alternative, um sie an meine iCloud -E -Mail zu senden (gut funktionieren) und nach dem Erhalten mit Python (gut funktionieren) und an mein Texto Koodomobile (fehlschlägen). < /p>
import imaplib
import email
from email.header import decode_header
from email import policy
from email.parser import BytesParser
import smtplib
from email.message import EmailMessage
import smtplib
from email.mime.multipart import MIMEMultipart
from email.mime.text import MIMEText

# Your credentials
username = "[email protected]"
password = "passwordapp"
recipient_number = "xxxxxxxxxx" # Koodo number
sms_gateway = f"{recipient_number}@msg.koodomobile.com"
print (sms_gateway)

# Create the message
msg = MIMEText("Hello there ", "plain") #

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post