bro
May 13, 2011, 9:30pm
1
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.
liming
June 28, 2011, 1:50pm
5
@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:
$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
it is best to always use SMTP auth and mail against that with the smtp server.
liming
June 29, 2011, 2:57am
7
^ got it, I’ll try that out.
I’m not much of a php person so please forgive my I-don’t-have-a-clueness