i want to send email with css style
css working as inline style but when i’m wrote css between <head></head> tags not working well i don’t know the reason for that
Common problem due to how various mail readers parse html email. It’s best to do inline css in html emails. You can google “html email css” for a lot of reasons why.