Wednesday, August 29, 2012

SMPT configuration silverlight

SMPT configuration silverlight

How to check whether SMPT is configured or not in silverlight application?

Answers & Comments...

Answer: 1

http://www.codegain.com/articles/silverlight/utilities/how-to-send-email-in-silverlight.aspx

http://www.dotnetfunda.com/articles/article1074-how-to-send-an-email-in-silverlight-part-1.aspx



Answer: 2

hi Mahesh Reddy

1) open Run and type -> inetmgr and press ENTER.
2) In the Connections pane, click the server node in the tree.
3) in Filter search for smtp and you find Smtp E-mail

if Present then Configure SMTP E-mail (IIS 7)

3) in Filter search for smtp and you find Smtp E-mail i.e.,In Features View, double-click SMTP E-mail.
4) On the SMTP E-mail page, type the e-mail address of the sender in the E-mail address text box.

5) On the SMTP E-mail page, select one of the following delivery methods:

a) Deliver e-mail to SMTP server: to deliver e-mail messages immediately. This requires an operational SMTP server for which the user has credentials.

b)Store e-mail in pickup directory: to store e-mails in a file location on disk for later delivery by an application such as an ASP.NET application, or by a user, such as an administrator.

6)If Deliver e-mail to SMTP server is selected, do the following:

a)Type the unique name of your SMTP server in the SMTP Server text box or select the Use localhost box to set the name to LocalHost. Setting the name to LocalHost means that ASP.NET will use an SMTP server on the local computer. Typically, this is the default SMTP virtual server.

b)Enter a TCP port in the Port text box. Port 25 is the SMTP standard TCP port and is the default setting. More than one virtual server can use the same TCP port if all servers are configured by using different IP addresses.

c)Under Authentication Settings, specify the authentication mode and credentials if your SMTP server requires these.

7)If Store e-mail in pickup directory is selected, type the batch e-mail location in the Store e-mail in pickup directory text box.

Thanks & Regards
Mastan Narravula
Mark as Answer", if it helped you or it might help others too.



Answer: 3

I already have a WCF which will do my send mail functionality, so before accessing service i just want to check in my silverlight code whether SMPT is configured for the client or not?

through command prompt is i ping- Telnet myExchangeServer.Com 25   ---  if i get status as 220 it is configured.

i want to acheive the above functionality through silverlight.Any help?

Regards,

Mahesh.

 





No comments:

Post a Comment

Send us your comment related to the topic mentioned on the blog