Forum Discussion

paarmann-ara's avatar
paarmann-ara
Contributor
5 years ago
Solved

send mail via script

Good Day, I try send mail via script, but I get error. def SendEmail(Message): try: useSSL = 'True' schema = "http://schemas.microsoft.com/cdo/configuration/" ...
  • paarmann-ara's avatar
    paarmann-ara
    5 years ago

    Good day,

    After days and days, I have find a solution for this problem.

    The CDO do not support TLS therefor this problem apear in my Case. I use another codes from this Link

     

    https://www.rosettacode.org/wiki/Send_email#Python

     

    maybe that is better to attache that codes in TC's help. :-)