cyclestreets / cyclestreets-r

An R interface to cyclestreets.net APIs
https://rpackage.cyclestreets.net/
GNU General Public License v3.0
27 stars 7 forks source link

Parameter emailOnCompletion should not e-mail a junk address by default #89

Open mvl22 opened 4 months ago

mvl22 commented 4 months ago

The functions default to

emailOnCompletion = "you@example.com"

which results in an e-mail being emitted, but then bounced or the API's mailserver building up unsendable mail.

The default should be that no e-mail is sent, i.e. the parameter is not supplied.