Pdf formate vs email formate

i made a new quotation the quotation pdf format is great.

then i sended the quotation using Email option and this the quotation view that i got via email ,

How should i force the email to take the same pdf format ?

thanks a lot for your help .

Discussed many times before
https://discuss.frappe.io/search?q=pdf%20email

1 Like
Also, check by adding host_name in site_config.json

vim frappe-bench/sites/site_name/site_config.json

{

 "db_name": db_name, 
 "db_password": db_password,
 "host_name": "http://yourerpnextsite"
}
1 Like

Thanks a lot dear for your guides , it works

1 Like