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
om
but how i fill this mail.yourserver.com system@yourdomain.com
Anil Srivast...
Member
442 Points
292 Posts
shopping cart
Feb 22, 2013 03:34 PM|LINK
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
om
but how i fill this mail.yourserver.com system@yourdomain.com
bbcompent1
All-Star
33063 Points
8516 Posts
Moderator
Re: shopping cart
Feb 22, 2013 04:48 PM|LINK
You might have to surround the variables with quotation marks like this:
InstDSC.exe .\SQLExpress dotshoppingcart "thisisyourmailserveraddress" "thisisyou@yourdomain.com"
bbcompent1
All-Star
33063 Points
8516 Posts
Moderator
Re: shopping cart
Feb 22, 2013 04:50 PM|LINK
From the guide:
Use InstDSC.exe to install DotShoppingCart
2. Go to "Install" sub folder of the unzipped directory and run
For example,
If you have space in your path, please add double quotes around the path.
Anil Srivast...
Member
442 Points
292 Posts
Re: shopping cart
Feb 23, 2013 12:54 AM|LINK
bbcompent1
what is
bbcompent1
All-Star
33063 Points
8516 Posts
Moderator
Re: shopping cart
Feb 23, 2013 03:44 PM|LINK
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.