-
Posts
246 -
Joined
-
Last visited
Everything posted by jnull
-
When you create an auto responder in your control panel setup, any email coming to it is responded to.... so, if your form results are sent via email to that address, with the person submitting the form as the from address, the autoresponder will respond to the from address. You can use any type of CGI for the form results, or also use PHP (which is what I do). As a matter of fact, I also use PHP to send a form result to the person submitting the form. Be happy to give you the code via posting here on this forum if you're not sure how to do all that.
-
You can go into your Control Panel, and choose Mail, and then there is an option where you can create an autoresponder to a domain email address. Much easier to do it this way than through a web form.
-
Just adding my 1.5 cents .... The Mailman list on TCH hosting for one of my clients had similar issues once it grew in size due to the limits on email at TCH. We resolved this by creating new lists with www.smartgroups.com ... their service is free and their features are unbelievably robust. So if you don't mind the ads in your mailing list, you'll probably be happy using their service. And, BTW, We still host our web site on TCH simply because TCH is a great host even with the email limitations that caused our large Mailman mailing list to move somewhere else.
-
Muchas gracias ... I'll do it!
-
Will do, and will let you know on this forum if any good news...
-
Hi ... I passed this same question along the MailMan folks and here is there reply "By default, the archives/private/listname.mbox/listname.mbox file contains the entire archive of posts to listname in Unix mbox format. It has the original headers including In-Reply-To: and References: that are used for threading. This file can be used to rebuild the pipermail archive on the same or another Mailman system and may be more useful that the pipermail archive to a non-mailman system. -- Mark Sapiro <msapiro@value.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan" I looked in File Manager and FTP to see if I can find this folder setup to see if I could get to these files, but could not... any ideas or suggestions? We are moving away from our listserv on TCH hosting due to our subscribers being so large that TCH's email limits are causing listserv emails to not get to everyone subscribed, and thus moving to another solution. Having the archives from our current list would be of great help in maintaining this history and continuity. Thanx!
-
Is anyone aware of how to export all of the addresses in a TCH hosted Mailman listserv, perhaps to a text file? I am needing to use these in another application, and being able to export them our of Mailman would be a wonderful time save for me.
-
Hi... am looking for suggestions for a listserv written in php that will send out emails in batch over time in order to satisfy the requirements for sending email on a TCH web site. Tried dadamail cgi and not happy with it as it doesn't have moderation features. Am using Mailman but our list is getting so big that emails going out are surpassing TCH's limits. Suggestions?
-
Hi David ... had TCH Support make sure MIME-Tools was installed. And now have a CGI in place on my site with the code you provided. It returns a 404 error. Please see PM for details.
-
Wow, what a great and thorough reply. I'll follow through on this and drop back here and let you know how I do... thank you so very very much for your help.
-
Howdy, looking for some direction. I have successfully installed DadaMail on my account and it is working. I now want to take the next step and add the discussion list feature "dada_bridge.pl" to the installation. The steps to do so are taking me into new turf so thought I would check w/ y'all to see if you can provide me w/ any insight as to if certain of these steps are not necessary with my hosting on TCH. You can see the steps by going to: http://mojo.skazat.com/support/documentation/dada_bridge.pl.html Thank you, in advance, for any help you can provide.
-
Thanx for checking it out ... now don't that beat all. I couldn't subscribe with a variety of different addresses that I have over several hours during the day. And now, including your visit, subscribing is a breeze. Just amazing! Your presence on the site must have kick started it! Some things are just beyond understanding. Muchas gracias, amigo.
-
HI ... have now installed dadamail .. was fairly easy to install, and like the purported features from their site. However, when subscribing, the page takes forever to process, and then fails. Any ideas? visit http://www.worldofworship.org/cgi-bin/dada/mail.cgi
-
Thank you for your reply ... that's very interesting -- didn't realize there was a limit. I'll follow up on this.
-
HI ... we are using 2.1.5 and have several lists going. On one particular list, the one that is most active, we are having some problems, as follows: 1. Everyone on the list is moderated 2. When a post comes in, we receive a pending notice for approval 3. When approved, the message moves into our archives 4. The message goes out to some on the list, but not all, Please advise any ideas on what might be the issue preventing everyone on the list from getting emails ... the addresses not receiving them are on various domains?
-
Thunderbird, Mail Forwarders, And Smtp
jnull replied to lysdexic.net's topic in CPanel and Site Maintenance
And port 2525 works as well as 587 when 25 doesn't ... alot is determined by your ISP of course. -
Just a follow-up. I would also recommend you use a photo gallery other than what comes in FrontPage (as it looks like that is the direction of your site - several photo galleries). There are many to choose from, recommendations from which you can get by searching through these forums. I like using: http://spgm.sourceforge.net/ as I have found it is pretty robust and flexible, and the folks who created it are very responsive with any questions. The documentation that comes with it is pretty good too. It does involve having a thumbnail image, and a regular image. Thumbnails work good at 100 px wide, regular images at about 300 to 400. And, the package includes help with even creating those. Worth a look-see.
-
I would certainly go the route of creating your own links, as I've never liked the navigation creation within FrontPage.
-
When you create the hyperlink in FrontPage, FP opens a window for you to enter your hyperlink information, in this new window is a button that says 'target frame'... click it and set your hyperlink to "page default" from the selections provided.
-
Sounds like you have target="_blank" in your href link ... remove that and then see if the problem doesn't go away.
-
You might try this link for details on doing: http://msdn.microsoft.com/library/default....linawebpage.asp
-
If you upload w/ FTP certain elements of Frontpage do not work, mostly the webbots elements, thus I always recommend that you use Frontpage to 'publish' the site content with http.
-
Ditto TCH-David regarding where attribute is... I like to see it first myself.
-
<a target="_blank" href="http://www.longviewnet.com">link</a> will do it! Note the target="_blank" just after the <a...
-
Yup, that is correct. If you go to www.jimnull.com/test/ you will see an .html come up. And then if you just change it to www.jimnull.com/test/index.htm you'll get that one. BTW ... this site is hosted by TCH with all the TCH default hosting settings in place.
