get_email_address: Get an email address from Guerrilla Mail

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Request a new email address from Guerrilla Mail.

Usage

1
2
get_email_address(lang = "en", sid_token = NULL, site = NULL,
  ip = NULL, agent = NULL)

Arguments

lang

character, a string representing the language code. Currently supported: en, fr, nl, ru, tr, uk, ar, ko, jp, zh, zh-hant, de, es, it, pt.

sid_token

character, the session id token used to maintain state.

site

character, if you have your own domain and would like to access your custom domains, use this site identifier for your site. Defaults to guerrillamail.com.

ip

character, the ip address of the client.

agent

character, the user agent of the client.

Details

The use of ip and agent is recommended when making requests for clients from server side.

Value

A list, representing the API response.

Author(s)

Philipp Ottolinger

See Also

https://www.guerrillamail.com/GuerrillaMailAPI.html

Examples

1
2
3
4
5
6
## Not run: 
library(guerrillamail)
address <- get_email_address()
address

## End(Not run)

ottlngr/guerrillamail documentation built on May 23, 2019, 5:07 p.m.