Thanks team. Job is done! Ticket can be closed.
Hey Thasin,
We just send a message in the customization.
Note: The testmail from E-Mail template site of the main DM Plugin does work. Just to let you know.
Hi Humayon,
I still do not get any Mails from WPDM Newsletter.
I´ve subscriped to multiple packages, changed them via title or new uploaded files, ore by changing the version in order to test the mailing, but nothing got send out. We can use the procotoll site from WP Mail SMTP to check the mailing. ALso i have no idea how to set the original task up: “inform one of our admins (User: Jens Hebecker) over all new and edited packages via E-Mail.” The documentation does not say anything about this.
The Tab “secondary issue” is noted, thanks for the advice.
But by now i was not able to find a doc that shows us how to get a notfication on ALL edited and ALL new packages via Mail. Only the subscription to a single package. Or am i missing someting?
Could solve the “No mails are going out” problem via SMTP Mail PRO, by forcing the sender to be fixed by SMTP Mail Pro. Otherwise the DM would take an old admin e-mail adress as sender. (See Screenshot https://ibb.co/2jpDMjp ) That was the reason, why i was not able to recieve mails. Where das DM take the e-mail adress take from? The Newsletter Plugin has now a SMTP Account connected to it. Still the DM took the “old admin” mail adress. Even after changing the main settings e-mail addres. I´ll do further test by tomorrow and keep you updated about our main goal, as this is now fixed: inform one of our admins over all new and edited packages via E-Mail.
Sorry but i´ve set everything up as the doc told me to.
But i there are no mails getting out.
Basically we want exactly what this thread was about. We want to inform one of our admins over all new and edited packages via E-Mail.
(Thread https://www.wpdownloadmanager.com/support/topic/wpdm-newsletter-problem/)
I can send you Admin acces, as well as all SMTP information, you would need to help us with this one. Thanks!
Thanks Humayon Kabir, this worked and i was able to install the plugin.
One more question, as i have mentioned:
We want to inform one of our main admins about every new DM upload (created package) on our site. How to achieve this? Do you have any kind of tutorial how to set this up?
Just in case anyone wants to know:
<?php
$identity = get_the_ID();
$version = get_package_data($identity, 'version');
echo $version;
?>