fastlane-plugin-outlook 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f3f2304f644e4a40fd099c018c474f16c8c78fbcd932e07e8bc2c67c160446cb
4
- data.tar.gz: e937aaa9d4c3d0326c713f1ebb4d22e8a4104741c86b2606a614ebb0fa8df354
3
+ metadata.gz: 4e7d57ec238cc7359e18a7d844f6e88886f8385569be165b1c2def770a037026
4
+ data.tar.gz: ab3bee71a2880601e63f9f6455d248db26e3e53d028f20ffad3a2ad080c11312
5
5
  SHA512:
6
- metadata.gz: e8230334b210e7d40d818eb3e9703af0f0e812c9cafbfed7f4483964f8e57b8d827e83aab7536734b3861442f4ebe1244512f1a5cb6a525196c5e3dfa6324301
7
- data.tar.gz: a8d24881d8cfaff50302ed6b192feaaec22dc9016a9922753d16dc12b2ec9498bc029316dda85cb56bc1eadf6abd05b79f89f3c6b2e36470a0a3673191ba0fb6
6
+ metadata.gz: 90f143316eae8190492ac1edc4c9b6a4ee9c8b23da1f5ed2d4b3f1ab3ee2cfe6d74da04f7e9e1f33a4f34b3cea9894c4ab22d4a43615b7923288e4c61e3eb96d
7
+ data.tar.gz: 819744f9491dbc9eb341749760e6ba0ed2a5ad763404d76fdd4c5016bf7bae84bdcc0613294881454a0417ff25d51987a746f35c1e77d9429034c608576bf819
@@ -10,11 +10,11 @@ module Fastlane
10
10
  Mail.defaults do
11
11
  if params[:password]
12
12
  delivery_method :smtp, {
13
- address: 'smtp-mail.outlook.com',
13
+ address: 'smtp.office365.com',
14
14
  port: 587,
15
15
  user_name: params[:username],
16
16
  password: params[:password],
17
- authentication: 'login',
17
+ authentication: 'plain',
18
18
  enable_starttls_auto: true
19
19
  }
20
20
  else
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Outlook
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-outlook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - OTVENTURES\Tarek.Mohammed