Email-QueueRun
Jump To: Support > KB > NetManager > Email > QueueRun
Manually doing a queue run
Viewing the queue
Run the mailq
command to view unsent emails
Delivering the whole queue manually
Run the sendmail -v -q
command to deliver the emails one at a time in a verbose fashion (leave out -v to have it run in the background)
Delivering a subset of the mail queue
Run the sendmail -v -qR@<DOMAINNAME>
command, substituting <DOMAINNAME>
for the domain name you want to send emails for. Alternatively if you want to deliver emails only for a specific address use sendmail -v -qR<EMAILADDRESS>