A. There are 2 ways we can do this:
1) Setting them up with an account and assigning them to you so they can access your sites, file manager, etc., but without having to use your login to Web Marketing Tool. They wouldn't have FTP, but can still do everything through the file manager. Also, we can give them phpMyAdmin database access.
2) Setting up the site on your dedicated server then we can give them sFTP and database, and not have them deal with Web Marketing Tool. For a Dedicated Server we charge $245 for the installation, which includes everything needed, and does not use CPanel, Plesk or WHM. You can add other sites to the server. With a dedicated server the monthly member fees are the same, but we do not charge for emails or IP's and provide free SSL for the first site and cheaper for additional sites added ($5-$10). Below is more info about dedicated servers:
https://webmarketingtool.com/training/dedicated-servers
Also, below is materials for the people working on the site:
https://webmarketingtool.com/developers
A. No,
do not use the code from the HTML Form Code page.
That code is for the Member to use on some 3rd party website.
This method is only attached to 1 specific Member.
Instead, you want to properly install the page, and then it will use any 3rd party autoresponder setup on a per an Member basis.
Have your developer
view the page installation overview page to learn the page installation process
. A. Inside the client admin there is a way to easily add email accounts for a site and you do not need this guide.
NOTE: This guide is intended for developers working on systems that have a dedicated server.
Every server has a database titled: wmtserver
Inside of this database there is a table titled: emailaccounts
You can manually create email accounts by inserting them into the emailaccounts table.
Below is an explination of each column in the emailaccounts table:email: The email address. Do not include @domainname.com. So for example if you are making an email
myemail@mydomain.com then you should enter myemail into this field.
password: The password (without any encoding, salt, etc) of the email account.
siteid: This is the id of the site (domain) that the email belongs to. You can get the siteid of a site by going into webmarketingtool.com and going to the page for the site and the page URL is site.php?id=# where # is the siteid for that site.
forwarding: If you want the email to forward to another email, enter the email address that it should forward to. Otherwise leave this field blank.