Contact Us About NVE-CMS @ stevem@nvecs.com


Event Calendar

Testimonials

Visitors

  • 1744 Current Visitors
 

Ask FAQ'S



This is a compiled list of the most Frequently Ask Questions in our database.

 

On Sunday, December 16, 2012 Steve Miller asked
? The floating images on my holiday plugins are not working

On Sunday, December 16, 2012 Steve Miller asked
? Addon Menu file layout

On Sunday, December 16, 2012 Steve Miller asked
? Embed a script page from an addon into the left/right menu sections under the addon menu.

On Sunday, December 16, 2012 Steve Miller asked
? How do I send email from my addon
On Sunday, December 16, 2012 Steve Miller answered
Set DefFromEmail, DefFromName,  DefEmailSubject, DefMailBody

variables to the appropriate values 

Set DefRecpientEmail to the recipients address
Add this to the bottom of page that send the email
<!--#include file="../../bin/email-notification.asp"-->
 
Example:

File: SendEmail.asp
<%
DefFromEmail = "sender@domain.com"
DefFromName = "Sender Name"
DefEmailSubject = "Email subject" 
DefMailBody = "Email content"  
DefRecpientEmail = "recipients email address"      
DefBCEmail = "blind copy recipients email address"
DefCCEmail  = "carbon copy recipients email address"   
 
To send to multiple recipients seperate with [ , ]
 
DefRecpientEmail = "recipient1 email address,recipient2 email address"      
DefBCEmail = "blind copy recipient1 email address,blind copy recipient2 email address"
DefCCEmail  = "carbon copy recipient1 email address,carbon copy recipient2 email address" 

%>
<!--#include file="../../bin/email-notification.asp"-->

On Sunday, December 16, 2012 Steve Miller asked
? Why are the email forms not work on my website

On Sunday, December 16, 2012 Steve Miller asked
? Can I get a link list of all pages in the website for the addon that I am developing

On Tuesday, December 18, 2012 Steve Miller asked
? what Upload component do I use when developing my addon
 

Photo Gallery

Search For A Question

Recent Questions

  • How do I set text header like this

    My Header


    ? Is there any way to set one of my addon pages as the home page
    ? How can I hide addon menus in the left/right columns without removing them from the master link list
    ? what Upload component do I use when developing my addon
    ? Can I get a link list of all pages in the website for the addon that I am developing

Most Commonly Asked Questions

  • ? what Upload component do I use when developing my addon
    ? Can I get a link list of all pages in the website for the addon that I am developing
    ? Why are the email forms not work on my website
    ? How do I send email from my addon
    ? Embed a script page from an addon into the left/right menu sections under the addon menu.
Copyright © 2024 nvecs.com
Home  |  About CMS  |  Contact Us  |  Back To Top