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


Event Calendar

Testimonials

Visitors

  • 872 Current Visitors
 

Ask Current Questions

Get all your questions answered here by the CMS Tech 

 

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"-->
 

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 © 2024nvecs.com
Home  |  About CMS  |  Contact Us  |  Back To Top