-
Notifications
You must be signed in to change notification settings - Fork 580
Update USE_CASES.md #496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update USE_CASES.md #496
Conversation
Fix missing code in Use case to send single email to multiple users.
Fix missing code in Use case to send single email to multiple users.
Fix missing code in the use case for sending multiple emails to multiple recipients.
Remove extra linefeed from the code for use case.
|
@thinkingserious Hi please review and approve the PR if it looks fine. Let me know if anything else is required from my end. |
|
Hello @Niladri24dutta, |
|
Ok submitted swag request, but as I am from outside US will it be any issue? |
|
No issue @Niladri24dutta. Thanks! |
|
@thinkingserious Hi There can you please let me know how long does it take usually to receive the T Shirt as my current location is India. I Haven't received it yet and not sure how to check the status. Thanks |
|
Hi @Niladri24dutta, I'm not quite sure. We send the request out on 7/20. I have sent an email to our provider to find out more. With Best Regards, Elmer |
|
Hi @Niladri24dutta, I have discovered that we ran out of shirts and they should be replenished within 1-2 more weeks. From there, it will take about 5-7 days to arrive in India. You will probably get a call from Customs to authorize the clearance when it lands in country. My apologies for the delay. With Best Regards, Elmer |
|
@thinkingserious ok , is there anything required from my end regarding the authorization for clearance with customs? Do I have to provide any documents? |
|
I don't think so, @Niladri24dutta. |
|
@thinkingserious Just checking again as I have not received the T shirt till now, can you please let me know whether the same has been dispatched yet? Sorry for repeated questions on this :) |
|
I have sent an email to follow up with our swag provider to find out if our inventory has been replenished. Once they respond, I'll update you here. Thanks! |
|
The shirts will be in by late next week. Once they arrive, they will be shipped. Thanks! |
|
@thinkingserious Hi there just checking if the shirts have been shipped yet because I have not received any call from customs. |
|
Hi @Niladri24dutta, Checking ... |
|
Hi @thinkingserious Thanks . can you please let me know here if you get any update? |
|
HI @Niladri24dutta, Yes, will do. |
|
@thinkingserious Hi , Did you get any update? Please let me know if anything is required from my end. I am just little anxious here, hope you can understand. |
|
HI @Niladri24dutta, Your swag is definitely on order and there is nothing further required on your end. I have not yet received the details from our swag provider though, but once I do, I will let you know. Thanks! Elmer |
|
Thanks for the update. |
|
Hi @Niladri24duttal, I have discovered that your shipment is on hold because the Hacker and Contributor pins are out of stock and we are awaiting a new order. We don't currently have a time frame just yet. If you like, we can go ahead and send you your T-Shirt and stickers without the pins. Or would you rather wait? Thanks! With Best Regards, Elmer |
|
hi @thinkingserious Thanks for replying, is it possible to send the Hacker and Contributor pins separately later on? if not then it's also fine for me if you can send the T Shirt and stickers without the pins. Thanks |
|
Hello @Niladri24dutta, We can not send them separately. I should know soon when we can restock the pins. Would you like to wait a few more days? With Best Regards, Elmer |
|
Hello @thinkingserious yes I can wait for few days but I will be on vacation from tomorrow and will return on 7th September so I will not be able to collect the swag in this time. If the package arrives after 7th September then no issue but I hope it wont be much delay than that. |
|
Thanks for the update @Niladri24dutta, I'm still unsure of the pin status and I might not know until later in the week. How about we re-connect when you come back from vacation? With Best Regards, Elmer |
|
@thinkingserious ok we can connect once I come back. But I am also fine if you can send the T shirts without the pins later next week. |
|
Hi @Niladri24dutta, Looks like I'll have an update on the pins tomorrow. I'll loop back with you then. |
|
@thinkingserious ok thanks |
|
@thinkingserious Hi , Did you get any update about the pins this week? Actually I will be relocating to a different city next month hence it will be difficult for me to collect it in my new changed address as I will be busy this time. |
|
I have just checked again today and we are still awaiting finalization of the pins. Would you like us to go ahead and send you the other swag or can you wait a few more days? |
|
@thinkingserious can you please send the other swag if possible as I already mentioned my current situation above. It will be great help. Thanks |
|
Hi @Niladri24dutta, I have informed them of your decision and asked to send your swag ASAP without the pin. |
|
@thinkingserious thank you so much . Can you please let me know here once they are dispatched? |
|
@thinkingserious thanks for your help , I received an email today regarding the dispatch but it says it might be delayed due to current weather condition. |
|
@thinkingserious hi , sorry for getting back to you again but I checked the T shirts were dispatched 11 days ago and there is no update in the USPS postal service after 16th September(which was showing in transit) . I haven't received them yet.I am not finding any other way to track the package.Can you please help me with this? |
|
Hi @Niladri24dutta, I've reached out to our swag vendor to see if there is anything we can do on our side. With Best Regards, Elmer |
|
@thinkingserious hi there, Did you get any update from the vendor regarding this? I am still seeing that the last update on 16th September regarding the package in USPS portal. I wish I could receive it before my mother's birthday :) |
|
Hello @Niladri24dutta, Not yet, but as soon as I do, I will let you know. With Best Regards, Elmer |
|
Hello @Niladri24dutta, Here is the information I received from our vendor:
I hope that helps. With Best Regards, Elmer |
|
@thinkingserious thanks I will look into it. |
|
@thinkingserious can you please let me know after discussing with the swag provider that if it has reached India yet? If yes then is it pending with Customs? I had a discussion with India post as they are not aware of this package . The USPS tracking id does not work here. |
|
Did you receive the package? There is no further information on our side, unfortunately. |
|
@thinkingserious Unfortunately not yet, I tried to reach USPS but they said it's still under customs. Already 6 weeks over and I have almost given up my hope for it |
This pull request is to merge the changes in master related to the sample code provided in the use case for "Send a Single Email to Multiple Recipients" and "Send Multiple Emails to Multiple Recipients" . The missing line of code
var response = await client.SendEmailAsync(msg);was added to send email for these two cases.