Skip to content

Add css to the email

edited March 2013 in Questions

I need to add some css to the emails sent (direction='rtl').
It seems that the file responsible for sending the newsletter after Scheduling or after clicking on the send now button
is include/create/send-now.php
But even I delete the command $mail->Send(); on row 463 the emails are still sent...

Comments

  • Hi @scalar,

    If you've setup a cron job to send emails, the sending script is scheduled.php.

    If you didn't setup a cron job to send emails, the sending script is includes/create/send-now.php.

    May I know why you'd want to delete the sending command?

    Ben

  • Thanks. I don't want to delete the sending command... It was just a test to see that i was probably working on the wrong file.

This discussion has been closed.