LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Email generator

    Employee
    Posted 08-19-2008 15:43

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: gregroeper

    Hi

    I am trying to incorporate the email generator sent by Jeff and am getting a STARTTLS error. I am speculating that the server is refusing the connection because I have not supplied a password, but I don't see where to populate that. The exact error message is below. Any suggestions?

    SmtpServerName = smtp.gmail.com
    FromAddress = roeperg@gmail.com


    0; Desc: "(530, '5.7.0 Must issue a STARTTLS command first. c30sm398359ana.27', 'roeperg@gmail.com')"; File: "C:\\Program Files\\Lavastorm\\BRAIN 4.1\\python\\lib\\smtplib.py"; Line: 684; Context: "sendmail( ) - Exception"


  • 2.  RE: Email generator

    Employee
    Posted 08-19-2008 16:21

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: mmarinelli

    I haven't actually used that node, so someone else may have a more accurate answer, but I think you're problem is related to Gmail's requirement of the TLS protocol on its SMTP servers, which the Send Email node may not natively support. A quick look at the node's Python code tells me that it is intended for use with unsecured (no password, TSL, SSL, etc.) SMTP servers only. You could most likely augment the code to include support for the TLS protocol using the core Python distribution modules.