Dev Shed Lounge
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
CIO Insight
Go Back   Dev Shed ForumsOtherDev Shed Lounge

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Speeding Shipping, Improving Compliance – Read the ScanCode Systems Case Study
  #1  
Old July 19th, 2001, 11:17 AM
CrystalSilence CrystalSilence is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2001
Location: a cubicle in Rochester NY
Posts: 82 CrystalSilence User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Send a message via AIM to CrystalSilence
FormMail alternative

Well, after pulling every last hair out, I'm going to give up on formmail; our mail servers just wont take the emailed results.

Does anyone have any ideas about how you would take form results and deliver an email including them without using formmail or directly mailing the results from the form? Maybe I could save the form results to a file and somehow automatically send that file as an attachment, using php or something like that?

Or maybe I could just run away to cuba and they wont be able to make me fix this form...


Thanks guys!
-CS
__________________
---,------'---@----,------'---
Let's put the fun back
in dysfunctional.

Reply With Quote
  #2  
Old July 19th, 2001, 12:04 PM
pieux pieux is offline
Señor Member
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Aug 2000
Posts: 1,156 pieux User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 17 m 59 sec
Reputation Power: 9
Hmm... FormMail is actually a pretty decent solution. I would wager you would have the problem with someone else's solution as well.

It's probably best, BTW, to stick with a server-side solution (as opposed to relying on the browser's mail functionality and the client's mail server, which may be misconfigured -- the browser that is).

Have you considered shipping Jumpmail to Cuba? ;-)

Addendum: then again, if they make you work through lunch, perhaps you should move to Cuba. I hear they have these things called "siestas", over there, where entire communities shutdown at 1 PM or so and don't reopen until 5 PM or so. ;-)
__________________
Michael

Last edited by pieux : July 19th, 2001 at 12:11 PM.

Reply With Quote
  #3  
Old July 19th, 2001, 12:11 PM
CrystalSilence CrystalSilence is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2001
Location: a cubicle in Rochester NY
Posts: 82 CrystalSilence User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Send a message via AIM to CrystalSilence
hm.

well i dont think Jumpmail is the problem:

Here's the short version:

I have a site on Jumpline. Many of the pages include forms which email results to some email addresses here where I work. The problem is that the results are leaving the jumpline servers, but not arriving at riedman.com; Jumpline can't resolve an IP for the company.com email addresses i'm sending the results to. So after talking to the place that hosts our mail server, calling back and forth between jumpline and that company, and making our network administrator nuts, the mail hosting company tells me that it's our problem with our mail server on our end, and they cant do anything about it.
*sigh*

Reply With Quote
  #4  
Old July 19th, 2001, 12:14 PM
pieux pieux is offline
Señor Member
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Aug 2000
Posts: 1,156 pieux User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 17 m 59 sec
Reputation Power: 9
Oops... that's my fingers not doing what my brain tells them to... I'm glad it doesn't happen while I'm driving. ;-)

Reply With Quote
  #5  
Old July 19th, 2001, 12:18 PM
CrystalSilence CrystalSilence is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2001
Location: a cubicle in Rochester NY
Posts: 82 CrystalSilence User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Send a message via AIM to CrystalSilence
ooops, lunch, i almost forgot...

Reply With Quote
  #6  
Old July 19th, 2001, 12:37 PM
pieux pieux is offline
Señor Member
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Aug 2000
Posts: 1,156 pieux User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 17 m 59 sec
Reputation Power: 9
how could you?!

Reply With Quote
  #7  
Old July 19th, 2001, 01:42 PM
CrystalSilence CrystalSilence is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2001
Location: a cubicle in Rochester NY
Posts: 82 CrystalSilence User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Send a message via AIM to CrystalSilence
Ok, I'm trying a fix for the formmail problem...

I opened a new mail.com account, and set it to autoforward to my work address. This way I can set the form to mail to the mail.com account, and that account will (theoretically) email to the faulty account.

If this doesnt work, i'm going to give up and go cry in the corner.

And it's been 20 minutes with no sign of mail from my submission.


Reply With Quote
  #8  
Old July 19th, 2001, 01:58 PM
pieux pieux is offline
Señor Member
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Aug 2000
Posts: 1,156 pieux User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 17 m 59 sec
Reputation Power: 9
OK, comment out the line that sends the contents of the form, and instead echo it to the browser window. Then, cut and paste it (inside [ php ] tags) here, so I can see if the mail message is properly formed (delete any sensitive information... I don't need the content, per se, just the format of the message).

Reply With Quote
  #9  
Old July 19th, 2001, 02:27 PM
CrystalSilence CrystalSilence is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2001
Location: a cubicle in Rochester NY
Posts: 82 CrystalSilence User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Send a message via AIM to CrystalSilence
GOT IT

What a genius I am.

It may take 45 minutes, but we get the mail! Woohoo!

Now it's time to work on that multipart form...

Reply With Quote
  #10  
Old July 19th, 2001, 04:50 PM
pieux pieux is offline
Señor Member
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Aug 2000
Posts: 1,156 pieux User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 17 m 59 sec
Reputation Power: 9
Wink Careful, now!

Any more talk like that and we're gonna have to butter your ears just to get you out of your cubicle.

Reply With Quote
  #11  
Old July 20th, 2001, 09:12 AM
CrystalSilence CrystalSilence is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2001
Location: a cubicle in Rochester NY
Posts: 82 CrystalSilence User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Send a message via AIM to CrystalSilence
:grin:

oh don't worry, there's always another simple problem i can't solve, just to humble me.

in fact, there are quite a few problems that are always there that I can't seem to solve...

ah well, the genius status was good while it lasted.

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherDev Shed Lounge > FormMail alternative


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway