Hello guys, I need to create a web service that will allow to receive e-mail adresses, date and time which I will store them in my database and send an html email ( content modified with date & time ) directly to the email adresses I have received. It will be like this; Call center will call people and the time call has ended, call center will send the data to the web service and it will send immediately an email to the email adresses asking people to participate in survey for the call. Can someone help? Thanks
What language and what database are you using? If your using .NET and mySQL (or MSSQL) database I can probably cut and paste something I just did a few days ago. If you need something custom I can probably make time to create something for you.