PHP mail script for web15?

bro

Perch
What mail components/scripts are available for use (and working) on web15?

I don't use PHP a lot outside of CMSs, but last time I think I was able to use phpmailer, which appears not to be installed.

(Anyone got a complete working mailform script using SMTP, by the way?)
 
What mail components/scripts are available for use (and working) on web15?

I don't use PHP a lot outside of CMSs, but last time I think I was able to use phpmailer, which appears not to be installed.

(Anyone got a complete working mailform script using SMTP, by the way?)
phpmailer is just a class, it can be loaded without issue.
 
I have a similar issue on web30. Have several blogs - simple wordpress installation, no customizations - and just realized that after the move I have no longer receive mail notification. I have tryed a SMTP plugin as per support sugestion, but that don't works either. Support ticket: RS #BIP-99179-771.
 
We have replied your ticket.We have tested wp-mail-smtp, it worked fine without any error.
 
@bro were you able to find a PHP mail script?

I think I have the same problem as you. Basically I have a contact form using this simple command:

Code:
$sent = mail( "[email protected]", "From: Contact Page", $message, "From: $name <$email>" );

And I used to be able to get mail just fine but I just noticed that it now no longer works.

Do you have any suggestions or maybe I should just submit a ticket...

Thanks :)
 
Back
Top