Forums
This topic is locked
Is "PHP Mailer" by Tim broken using PHP 4.3.1?
22 years ago Peter R posted:
I had several mail forms working fine and all of a sudden they're not. The only thing I can think of is that my host has updated PHP to 4.3.1.Does anyone know if this new version of PHP prevents Tim Green's PHP mail suite from working correctly?
When the form is submitted I get the "Form Sent" page, but no e-mail ever arrives.
Thanks
Replies
Replied 22 years ago
22 years ago Brent Colflesh replied:
Dear PartyPete,
I'm not familiar w/Tim's script - you should definitely contact him - but I will hazard a guess-
1. His script might require that global variables be "on" - you should be able to set that yourself via .htaccess (depending on your host config).
2. The path to Sendmail or the name of your smtp server changed - check w/the host.
Regards,
Brent
I'm not familiar w/Tim's script - you should definitely contact him - but I will hazard a guess-
1. His script might require that global variables be "on" - you should be able to set that yourself via .htaccess (depending on your host config).
2. The path to Sendmail or the name of your smtp server changed - check w/the host.
Regards,
Brent
Replied 22 years ago
22 years ago Peter R replied:
Thanks for the thoughts Brent.
Unfortunately Register_globals is ON and I don't think the sendmail path has changed.
I will reapply the mail script in the morning and see if it heals itself magically just like it broke*L*
Peter
Unfortunately Register_globals is ON and I don't think the sendmail path has changed.
I will reapply the mail script in the morning and see if it heals itself magically just like it broke*L*
Peter