Skip to content

Commit

Permalink
fix: Default to use SMTP for gmail (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Jan 28, 2024
1 parent 8d7f3e2 commit 47e6cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/util/input_output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ impl Default for CheckEmailInput {
yahoo_verif_method: YahooVerifMethod::Api,
#[cfg(feature = "headless")]
yahoo_verif_method: YahooVerifMethod::Headless,
gmail_verif_method: GmailVerifMethod::Api,
gmail_verif_method: GmailVerifMethod::Smtp,
#[cfg(not(feature = "headless"))]
yahoo_verif_method: HotmailVerifMethod::Smtp,
#[cfg(feature = "headless")]
Expand Down

0 comments on commit 47e6cc1

Please sign in to comment.