Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I use nopCommerce 1.50 for my online Shop.
But i can't config my mail setting in it.

i use this type of settings

'Store Admin Email: myGmailEmailAddress@gmail.com
Store Admin Email Display Name: mySTORENAME OR Any name you want
Host: smtp.gmail.com
Port: 587
User: myGmailEmailAddress@gmail.com
Password: PasswordOfmyGmailAccount
Enable SSL: Yes [Check Mark]
Use default credentials: DO NO CHECK , LEAVE IT UN-CHECKED'

and also add this code in web.config

C#
<mailSettings>
    <smtp deliveryMethod="Network"
                from="BookMyAds.com@gmail.com">
        <network defaultCredentials="false" host="smtp.gmail.com" port="587"
                    userName="BookMyAds.com@gmail.com"  password="******" />
    </smtp>        
</mailSettings>


But it not work for me..
any help please.
Posted
Updated 8-May-13 23:49pm
v2
Comments
So, can't you able to send mails ?
[no name] 9-May-13 9:05am    
yes mail sending not work for me......

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900