#1096 external SMTP server with auth
Closed: Fixed Opened by vanzhiganov.

I have SMTP account hosted on Yandex.mail that require SSL Auth.
In this fact how can I specified SMTP settings for working with yandex STMP?

Some facts about my installation:

  • Ubuntu Server 16
  • virtualenv
  • python27

@vanzhiganov, are you talking about pagure?

@vivekanand1101 yes he is :)

@vanzhiganov so pagure doesn't quite support this at the moment, an eventual solution would be to install/configure a local smtp server (postfix, smtpd, exim) in such a way that it relays your email to you official smtp server.

But this is a good request and we should definitely support this in some way :)

I have changes with SMTP functions on my laptop and in short time I'll test and try to make pull request...

PR#1102

PR#1102 fixed

Fixed by vanzhiganov in #1102

Thanks!

Metadata