Defaul emailaddress sending email

Renetb

New member
Joined
Aug 31, 2020
Messages
3
I get reports that the default email address which is generated by DA is sending loads of emails via the php mailer. This email address is not used at all. The sent emails are not visible in the list E-mail usage. What is going on, and how can I stop this?

René
 
check email log, there you can find email ID, then grep it to see subject.
in most cases - it's cron notifications.
 
Its standard behaviour from php mailer to use default DA emailadress, unless you define another emailadress in the code. If you have php mailer running amoc, then you have maybe an insecure contact form or any other form which is misused for spamming.
Mails sended by phpmailer dont show up in sended emails list.
 
Back
Top