Stephen,
Below is a reference from the Configure Main Form training page.
sEmail - The default value is {XMOD_PortalEmail} and returns the email associated with your portals's Administrator account for the Administrator that is set as the default Administrator on your DNN Admin >> Admin Settings page. This value is the From value used to send emails. You can change this to the email of your choice. This is the email address that will receive emails notices to approve listings.
smtpServ - The default value is mail.{XMOD_PortalAlias} and will return mail.YOURDOMAIN.com. You can change this default value to the SMTP server that matches your DotNetNuke portal settings.. Example: This setting may be different for your portal and hosting provider. If your email is working for other areas of your DNN portal, check the Host Tab >> Host Settings >> Advanced Settings >> SMTP Server Settings to discover what SMTP server setting is configured for your portal.
You mentioned that you are hosting at PowerDNN. If you have any doubt as to the value of this SMTP Server setting, submit a ticket to PowerDNN support and they will gladly supply you with the correct value. They have great support.
As referenced in the training, the Business Directory form has a series of parameters that are set for form values.
The sEmail {XMOD_PortalEmail} value can easily be changed to yourname@yourdomain.com.
The value for the SMTP server can be changed to match the value in your host settings.
Here is additional reference in XMod online help to better understand the XMod form email controls.
Email Form Control
The parameters at the top of the Busines Directory form are available to easily add values throughout the form without the need to traverse the entire form to manually find control values and change them to meet your specific requirements.
Buck |