"must issue a starttls command first" when MSSQL emails via Microsoft Online
        Posted  
        
            by 
                David
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by David
        
        
        
        Published on 2011-06-29T08:16:06Z
        Indexed on 
            2011/06/29
            8:24 UTC
        
        
        Read the original article
        Hit count: 334
        
I have written a stored procedure in MSSQL Server 2008 R2 which sends emails when my Application logs errors. It works fine on servers at our office but when I ran it on our remote servers I got
must issue a starttls command first
So maybe there is a setting somewhere which is different between the two servers, and that's why it's working on one and not the other. How do I set the server so that it issues a "starttls commaned first"?
© Server Fault or respective owner