On Friday, 22 May, 2015 at 01:56:52 BST, cipher wrote:
set smtp_url = "smtps://[email protected]:[email protected]:587/"
set smtp_url = "smtps://[email protected]:[email protected]:465/"
set smtp_url = "smtps://[email protected]:[email protected]:25/“
set smtp_url = "smtp://[email protected]:[email protected]:587/"
set smtp_url = "smtp://[email protected]:[email protected]:465/"
set smtp_url = "smtp://[email protected]:[email protected]:25/"
I don't have the trailing slash in mine. Could it be that, or maybe it's
getting confused by the @ in your username?