Problem sending emails with attachment at cron (Solved)

HI I migrate the phplist to another server, and now I cant to send email with attachment using cron.

I run command line phplist -pprocessqueue and the message is:

XXXXX - Comenzado [0.0046120000] (128)
XXXXX - Ha comenzado el procesamiento, [0.0124240000] (131)
XXXXX - Una campaña para procesar. [0.0018300000] (133)
XXXXX - Procesando mensaje 2124 [0.2753120000] (162)
XXXXX - Buscando usuarios [0.0026680000] (167)
XXXXX - Encontrados: 267 para procesar [0.0154330000] (173)
XXXXX - Error: El envío de este mensaje fue suspendido [0.4476860000] (661)
XXXXX - Estadio de script: 6 [0.0016750000] (663)
XXXXX - 22 fallaron (se reintentará más tarde) [0.0007060000] (664)
XXXXX - 1 Campaña
XXXXX - 0 num_users_for_message
XXXXX - 22 batch_count
XXXXX - 0 batch_total
XXXXX - 22 sendemail returned false total
XXXXX - 0 send blocked by domain throttle
XXXXX - 22 add attachment error
XXXXX - 22 sendemail returned false
XXXXX - 0 sentastest
XXXXX - 0 invalid
XXXXX - 22 failed_sent
XXXXX - 0 Enviado
XXXXX - 10000000 num_per_batch
XXXXX - 1 Estado
XXXXX - 0 sent_users_for_message 2124
XXXXX - 267 total_users_for_message 2124
XXXXX - 0 max_users_for_message 2124
XXXXX - 22 processed_users_for_message 2124
XXXXX - 22 failed_sent_for_message 2124
XXXXX - Acabada esta pasada [0.0274180000] (721)
XXXXX - Acabado, todo hecho [0.2140860000] (729)

I tried all the solution posted at forum

So any help I will appreciate

Thanks

It looks like either the attachment no longer exists, or maybe the directory is not readable by user that is running the cron job.

HI thanks for the response, but I make a tmp and uploadimages full access:

image

There should be an entry in the phplist event log when an attachment cannot be found.

1 Like

Hi I upload the new version of phplist, and put again all the permission and work.

So thanks