Verbose output only when error?

Lakjin

Active Member
Anyway to output verbose for send-campaigns command when there is an error? There seems to be a problem with delivering emails and I need to find out if the problem is at my side or my ESP. Using verbose=1 outputs way too much info, I only want when there is a problem. Possible?
 
@Lakjin - There's a lot of output because of pcntl, so disabling it will produce less, which for testing purposes, might make sense.
Otherwise, you just have to modify the file and add your echo statements there, then when done, remove them.
 
@Lakjin - There's a lot of output because of pcntl, so disabling it will produce less, which for testing purposes, might make sense.
Otherwise, you just have to modify the file and add your echo statements there, then when done, remove them.
Can you tell me which file to modify? Also, how can I confirm MailWizz has successfully sent emails? If it shows as sent in the backend for each campaign, can I assume the email was successfully sent?
 
Back
Top