Search found 4 matches
- Tue May 17, 2022 12:34 pm
- Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
- Topic: Client server connection using proxy
- Replies: 2
- Views: 94536
- 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: 94536
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?
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?
- 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: 94606
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 ...
So for now it seems to me this is not a component problem.
Another test:
Message submited
+ MessageID(s): 05072D8A
Report received
+ MessageID: 0084356490 ...
- 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: 94606
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 ...
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 ...