altshiftzero
altshiftzero
When images work on http and do not work with https, It is because the browser is blocking the images that are not secure. Please edit the image paths to...
Please check Your DNS records SPF and TXT. You most probably are not using the same exit hostname for the server sending the mails for a particular domain and/or are...
and did you change the port to 2525 for it to be working again?
Hi Chris8080, The function Stop in `pommo_mta.php` uses `$this->_mailer->SmtpClose();` to close the smtp connection. You could add this in the same script in function `processQueue()` as following on `line 350...
If you used the code as I gave previously it could be the problem that there is no { } for the if-statement while the code within the if is...
Does it send the first e-mail? If so, it probably disconnects the server but does not connect to the second server. I'll try to look into it.
To be able to see which user has clicked a link, a link should be used that goes through a handler. This handler can then bring the user to it's...