Ask Experts Questions for FREE Help !
Ask
    gree_c's Avatar
    gree_c Posts: 1, Reputation: 1
    New Member
     
    #1

    Jul 26, 2003, 10:42 AM
    HTML emails
    Hello, can anyone help me with some HTML (CGI-SCRIPTS) programming.

    I am trying to send an automatic email to everyone who submits a feedback form to me on my site. Problem is I want to send Japanese characters, which can only be done via an HTML email. At the moment my comand is:

    <form action="http://dnac.co.uk/cgi-bin/cgiemail/formmail2.txt" METHOD=POST>

    This sends a text mail fine... what do I need to do to create an HTML email that will use the information in the feedback form (addresses, names, relevant info etc.)?

    Also it'd be beneficial to me if I could send one email to them and a different one to me... how is this possible? Do you have an HTML code that could send them one mail and me a different mail at the click of the "submit button"?

    Many thanks

    Asher
    theguyfromoz's Avatar
    theguyfromoz Posts: 14, Reputation: 1
    New Member
     
    #2

    Nov 20, 2003, 02:41 AM
    HTML emails
    Have you considered using an applet like JMAIL that can construct email messages using command line instructions - for example:

    'JMail.Body = JMail.Body & "A message has been sent to you by " & Session("UserID") & ","
    'JMail.Body = JMail.Body & "in response to your advert on XXXX. "
    'JMail.Body = JMail.Body & "To read this message, go to the XXXX Home Page at " & VbCrLf & VbCrLf
    'JMail.Body = JMail.Body & "http://XXXX .com. Au and click My Mailbox." & VbCrLf & VbCrLf
    'JMail.Body = JMail.Body & VbCrLf & VbCrLf
    'JMail.Body = JMail.Body & "This message automatically generated by E-Members Membership System" & VbCrLf & VbCrLf

    This is some code from an introductions web site I built a couple of years ago using ASP and JMAIL - it can send emails containing HTML to multiple addressees, as well as putting the relevant form data straight into an online database. It can also receive email replies and process them, which is pretty cute.

    Might be what you are looking for.

    Tony

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Cannot print emails [ 49 Answers ]

This problem started about two weeks ago.  Whenever I try to print an email using Outlook Express 6.0 (my OS is XP), I get this window: Internet Explorer Script Error ! An error has occurred in the script on this page. Line:  1344 Char:  1 Error:  Unspecified error. Code:  0

Does anyone else get emails like this? [ 12 Answers ]

I was just wondering if anyone else ever gets emails like this.. I find them annoying and somehow wrong. I am sure it's a scam. I almost wonder if some of it is a terriorist plot, due to the timing and the way it's handled. I would love some feedback as far as what you think and if possible who to...

Emails [ 1 Answers ]

WHEN I OPEN AN EMAIL UP SOME OF THEM Won't PLAY IT LOOKS LIKE ITS GOING TO START PLAYING BUT THEN IT SAYS THIS... Windows Media Player cannot connect to the server. The server name might not be correct, the server might not be available, or your proxy settings might not be correct. SOMEONE...

Replying to emails [ 2 Answers ]

I am using Outlook 2002 as my email program and I would like to send replies by typing "my replies" directly under the questions/concerns the sender has. I know at one time you would open the message... go to the end of the line and hit enter. That would put your signature there in a different...

Unwanted emails [ 13 Answers ]

Is there any way to block unwanted advertisement emails? I am tired of the porn sites, as well. Thank you, Kathryn Klenk


View more questions Search