Do doc for google fi
parent
d9b21b16a9
commit
4d44911d5c
|
@ -67,6 +67,8 @@ how to identify the carrier of a phone number. There are many services that can
|
|||
|
||||
http://freecarrierlookup.com/
|
||||
|
||||
Note: If the phone is using Google Fi, then it may appear as a different carrier.
|
||||
|
||||
## Gmail SMTP Example
|
||||
|
||||
Gmail is a popular mail server, so we will use this as a demonstration.
|
||||
|
|
|
@ -18,7 +18,7 @@ module Rex
|
|||
:tmobile => 'tmomail.net', # T-Mobile
|
||||
:verizon => 'vtext.com', # Verizon
|
||||
:virgin => 'vmobl.com', # Virgin Mobile
|
||||
:google => 'msg.fi.google.com'
|
||||
:google => 'msg.fi.google.com' # Google Project Fi
|
||||
}
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue