Hi,
Here is my problem:
I have a couple of articles which are basically forms that use the phpmailer class. They were working just fine before installing the SMTP module. Now when I try to submit those forms I get a blank page and the forms don't submit. If I disable the module the work just fine. I tried to troubleshoot this problem but I'm stuck. Any ideas what could be the cause?
Comments
Comment #1
LukeLast commentedThere's going to be namespace conflicts between 2 files using the same phpmailer class. You could try renaming.
Comment #2
akalata commentedmarking as duplicate of #919958: SMTP doesn't check if PHPMailer class is already loaded