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