I want my program, done in C # using a web service, 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 configure this so that my program can send the email to several different email addresses on several different servers like, hotmail, gmail, internal company server. Is the server configured for the sender and recipient account or only sender? If it is the case that it is only the sender's account, I just need to configure your server?
Follow the video tutorial for a better understanding:
Thank you in advance.