Answered by:
shopping cart

Question
-
User1027872733 posted
hi
i am learning shopping cart from
http://www.dotshoppingcart.com/View/Article/Documentation/Getting%20Started%20Guide/1085.aspx
my question is how to fill how to fill
mail.yourserver.com system@yourdomain.com
this is my visual studio command prompt
C:\Release>cd install
C:\Release\Install>InstDSC.exe
InstDSC.exe [/nodemo] <database server name> <database name> [<smtp email server
>] [<system email address>]
[/nodemo] Don't install demo data. Optinal parameter and defau
lt to install demo data.
<database server name> The instance name of your database server. Use '.\SQ
LExpress' for SQL Express
<database name> The database name for DotShoppingCart.
[<smtp server>] Specify smpt server name if you want DotShoppingCart
to send emails. Optinal parameter
[<system email address>] The system email address that gets all the exception
emails. Optinal parameter
Example:
InstDSC.exe .\SQLExpress dotshoppingcart mail.yourserver.com system@yourdomain.c
ombut how i fill this mail.yourserver.com system@yourdomain.com
Friday, February 22, 2013 11:34 AM
Answers
-
User-718146471 posted
If you are using gmail it would be more like this:
InstDSC.exe .\SQLExpress dotshoppingcart "smtp.gmail.com" "you@gmail.com"
You have to look at how google email is configured for smtp.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Saturday, February 23, 2013 11:44 AM
All replies
-
User-718146471 posted
You might have to surround the variables with quotation marks like this:
InstDSC.exe .\SQLExpress dotshoppingcart "thisisyourmailserveraddress" "thisisyou@yourdomain.com"
Friday, February 22, 2013 12:48 PM -
User-718146471 posted
From the guide:
Use InstDSC.exe to install DotShoppingCart
2. Go to "Install" sub folder of the unzipped directory and run
InstDSC.exe <database server name> <database name> [<smtp email server>] [<system email address>]
For example,
InstDSC.exe .\SQLExpress dotshoppingcart mail.yourserver.com system@yourdomain.com
If you have space in your path, please add double quotes around the path.
Friday, February 22, 2013 12:50 PM -
User1027872733 posted
bbcompent1
what is
mail.yourserver.com is it mail.gmail.com
system@yourdomain.com i need to have some domain
thanking you
Anil SrivastavaFriday, February 22, 2013 8:54 PM -
User-718146471 posted
If you are using gmail it would be more like this:
InstDSC.exe .\SQLExpress dotshoppingcart "smtp.gmail.com" "you@gmail.com"
You have to look at how google email is configured for smtp.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Saturday, February 23, 2013 11:44 AM