Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
nickymc #1
formmail doesn't send followup email
I made an email list signup form. The cgi is in FormMail. When I submit the
form, a page appears, saying thenk you, as I expected. When I check my email,
the acknowledgment hasn't been emailed.
I looked in the webmail Inbox, and nothing's there.
Here's the the code from DW:
<form name="email" method="post"
action="http://asiaticapparel.com/cgi-bin/formmail.pl">
<input type="hidden" name="subject" value="email list subscribe">
<input type="hidden" name="recipient" value="pose4clothes@asiaticapparel.com">
<input type="hidden" name="redirect"
value="http://www.asiaticapparel.com/pages/thanks.html">
And here's what's in the perlscript:
$mailprog = '/usr/lib/sendmail -i -t';
@referers =
('asiaticapparel.com','72.10.57.233','72.10.57.233 ','signifydesign.com','64.207.
148.150');
@recipients =
&fill_recipients('asiaticapparel.com','^pose4cloth es@asiaticapparel\.com','signi
fydesign.com','64.207.148.150');
%Config =
('recipient','','subject','','email','pose4clothes @asiaticapparel.com',
'realname','Asiatic Apparel',
I can't see what might be missing.
:embarrassment;
<form name="email" method="post"
action="http://asiaticapparel.com/cgi-bin/formmail.pl">
<table width="418" border="0" cellpadding="5" cellspacing="0"
id="emailtable">
<input type="hidden" name="subject" value="email list subscribe">
<input type="hidden" name="recipient"
value="pose4clothes@asiaticapparel.com">
<input type="hidden" name="redirect"
value="http://www.asiaticapparel.com/pages/thanks.html">
nickymc Guest
-
Group email doesn't send because of bad email
Hi, say I have to email 100 people at once, but one of the email addresses is bad, meaning formatted right but does not exist anymore. Right now,... -
Sending email, server has formMail.jsp
How do I do all this in MX <Form action="http://members.freewebz.com/formMail.jsp method=post <input type=hidden name="blahblah"... -
contact - send to formmail after initial php checks
Hi, I have a contact page that, when submit is clicked it checks the inputs then outputs to a "read only" version of the input form fromwhich the... -
contact - send to formmail after initial php checks help plz
Hi, I have a contact page that, when submit is clicked it checks the inputs then outputs to a "read only" version of the input form fromwhich the... -
CDO doesn't send email
Hi, I'm using CDO object to send email but it doesn't send any email and it does not give an error. My code look like this: Dim iMsg2 Dim... -
jeremyluby #2
Re: formmail doesn't send followup email
is it possible that you have a spam filter that is blocking the email?
jeremyluby Guest
-
nickymc #3
Re: formmail doesn't send followup email
i didn't see it in junk mail. but thanks for the suggestion.
nickymc Guest



Reply With Quote

