-2
I want my program, done in C# using a web service, to send an email every day with an attachment to some email addresses from different servers. I was watching a tutorial and I had a question. The guy set up the Hotmail server (smtp.live.com:587) because the email would be sent and received from Hotmail. How can I set this up so that my program can send the email to several different email addresses on several different servers like, Hotmail, gmail, internal company server. Does the configured server serve the sender and recipient account or the sender only? If this is only the case of the sender account only need to configure your server?
Follow a video tutorial print for better understanding:
Thanks in advance.
Come on, if I got your question right, you want to know how to send multiple emails to several different email addresses. That’s it? I do not understand the reason to deny the question, because it is well written @kaamis instead of sharing an image, share the comic, get better understood.
– Pedro Camara Junior
That’s right @Pedrocamarajunior I haven’t done anything yet related to sending the email, for now I’m just looking for some tutorials because I had never sent the email via C#.
– kaamis
Tip: Post the code instead of a screenshot of it. Everyone hates having to write code in order to test or make changes.
– Victor Stafusa