https://github.com/pepipost/pepipost-sdk-csharp/blob/19425abc06d12c37ee2f840006740356ef85235c/Pepipost/Controllers/MailSendController.cs#L79 ``` if (string.IsNullOrWhiteSpace(url)) { _queryBuilder.Append(_baseUri +"/mail/send"); ```