Hi everyone. I'm having a lot of trouble with loading phpmailer.
All my files are on bytehost and for the last few day, i've tried to send mail with this extension and repeaditly failed but just now I have managed to send a mail from localhost with phpmailer. But from a host, it doesn't work.
I wouldn't even load the files with the call require_once('PHPMailer_v5.1'). I just get a blank screen, no warnings and no messages. Does anyone know what seems to be the problem?
Also, the sendmail_path in php.ini isn't the same on host and on the localhost. I've changed it in the class.phpmailer.php file. Did i make a mistake with that or is that the way to set up mail on host?
Thank you in advance for all answers!