Skip to content

Commit

Permalink
Merge pull request kaisellgren#145 from appu-sm/master
Browse files Browse the repository at this point in the history
Updated hotmail SMTP server address
  • Loading branch information
close2 authored Aug 30, 2020
2 parents 5a81937 + 9e36fae commit 332ece0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/smtp_server/hotmail.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import '../smtp_server.dart';

SmtpServer hotmail(String username, String password) =>
SmtpServer('smtp.live.com', username: username, password: password);
SmtpServer('smtp-mail.outlook.com', username: username, password: password);

0 comments on commit 332ece0

Please sign in to comment.