Search found 4 matches

by grobelsekn@gmail.com
Fri May 13, 2022 10:24 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Client server connection using proxy
Replies: 2
Views: 22373

Client server connection using proxy

Hi,
is there an option for SmtpClient to connect to the server using a proxy? Are there some setting options to enter proxy IP and port?
by grobelsekn@gmail.com
Wed Dec 01, 2021 8:23 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Pairing submited message with delivery recipet
Replies: 2
Views: 22789

Re: Pairing submited message with delivery recipet

Yes it was only one, but now I also tried some other app available on the net and it seems this id probably problem on the provider side. So for now it seems to me this is not a component problem. Another test: Message submited + MessageID(s): 05072D8A Report received + MessageID: 0084356490 + Desti...
by grobelsekn@gmail.com
Tue Nov 30, 2021 12:34 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Pairing submited message with delivery recipet
Replies: 2
Views: 22789

Pairing submited message with delivery recipet

Hi, according to documentation https://docs.inetlab.com/smpp/v2.9/articles/faq/delivery_receipt.html it should be easy to tie together sent message with delivery receipt, but I am not getting the same ids IList<SubmitSm> list = builder.Create(_client).ToList<SubmitSm>(); foreach(var item in list) { ...