Would it be possible to get a synchronous version of the SslSmtpClient? I have a process that loops through orders and sends emails so I need it to complete before going to the next order. As it is, I can only do one at a time and the user has to click Send Email multiple times to send all of them. Thanks.