A. When creating an email account do not include the @ or the information after it. For example, if your site is mydomain.com and the email you are trying to create is test@mydomain.com, then in the form to create an email enter test as the email and NOT test@mydomain.com.
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.
A. First, as admin you have to activate Paypal as payment processor
Login as admin then go to ~wmtsystemurl~/admin/paymentprocessors###
Click Paypal icon then click Is Active -> Yes
Now members can add their Paypal email by going to
~wmtsystemurl~/admin/paymentprocessors###
A. When this happens what you should do is check to see if you have any processing records. Most of the time when this happens it is because the person is using a different email than the primary one in the Payza account used to pay with. If this is the case, you will see a processing record with the username temp987 and it will show the correct email for the member to use to join with. If this isn't the problem, next, go to the billing report page and try to search for the Payza transaction number and see if you can find it that way. If you still don't find it, it means that either Payza is not correctly setup in the Payza account, or the payment was made using a custom button (not one generated by our software) and the custom button isn't setup correct.