Answered by:
Sending Email message direct from VWDE to Email account

Question
-
User1909155429 posted
Is it possible to send a Email message via VWDE to my Yahoo.co.uk Email account ?
Tuesday, June 10, 2014 4:40 PM
Answers
-
User-1454326058 posted
Hi,
What do you mean setup the local server attached to VWDE?
It will connect to the specify mail host and send the email.
If you want to use the IIS SMTP, please refer to:
# Config the Server SMTP IIS to send Mail
http://www.codeproject.com/Articles/8196/Config-the-Server-SMTP-IIS-to-send-Mail
Thanks
Best Regards
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, June 12, 2014 2:35 AM
All replies
-
User541108374 posted
Hi,
do you want to know how to send emails from your application that you created with VWDE or do you want to know how you can make use of functionality inside of VWDE to send mails? That's not very clear. The latter I would say no at first glance. For the application part: yes that's simply ASP.NET and .NET has the capabilities for that: http://systemnetmail.com/faq/3.1.2.aspx.
Grz, Kris.
Wednesday, June 11, 2014 2:37 AM -
User1909155429 posted
Thanks for the reply.
Yes, i was wondering if it was possible to setup the local server attached to VWDE to send Email message to my yahoo ISP account.
I note that i am able to configure SMTP settings in the Administration wizard.
Wednesday, June 11, 2014 8:53 AM -
User-1454326058 posted
Hi,
What do you mean setup the local server attached to VWDE?
It will connect to the specify mail host and send the email.
If you want to use the IIS SMTP, please refer to:
# Config the Server SMTP IIS to send Mail
http://www.codeproject.com/Articles/8196/Config-the-Server-SMTP-IIS-to-send-Mail
Thanks
Best Regards
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, June 12, 2014 2:35 AM -
User1909155429 posted
Is my thinking correct. That you need a relay server installed such as IIS to instruct a SMTP server to forward messages?
Much appreciated
Friday, June 13, 2014 8:56 AM -
User-1454326058 posted
Hi,
To configure and use the SMTP server will avoid many issues.
You also could just use the code to send the email (System.Net.Mail or other library).
Thanks
Best Regards
Monday, June 16, 2014 5:59 AM