mailosaur / mailosaur-dotnet

Mailosaur .NET Client Library

Home Page:https://mailosaur.com/docs/languages/dotnet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GenerateEmail doesnt work

claytonneal opened this issue · comments

hiya,
This line of code:
return string.Format("%s.%s@mailosaur.in", guid, MAILBOX);
Should be using {0},{1} in the string.format
Thanks