php 群发邮件

2024-02-15 17:11:17

```php

$to = "example@example.com, another_example@example.com";

$subject = "Subject of email";

$message = '

Email Title

This is the body in HTML

';

$headers = 'MIME-Version: ' . "\r\n";

$headers .= 'Content-type: text/html; charset=iso--' . "\r\n";

$headers .= 'From: Your Name ' . "\r\n"; // Sender's Email

$headers .= 'Cc: cc@example.com' . "\r\n"; // Carbon copy to yourself

$headers .= 'Bcc: bcc@example.com' . "\r\n"; // Blind carbon copy to yourself

mail($to,$subject,$message,$headers);

?>

```

生态环保新材料研发基地在邮件中分享最新的环保材料的研发成果、技术进步或者产品信息。新的环保材料的研发情况,使用环保新材料的好处等。

绿色食品认证向客户发送关于获得绿色食品认证的产品的信息,包括产品的特点、生产过程以及与传统食品的区别等。

科学仪器定期向科研机构或学校发送有关最新科学仪器的介绍及使用指南等信息,帮助他们更好地了解使用我司的产品。

亲子教育娱乐发送各种亲子活动的通知、优惠信息以及相关的教育资讯等,吸引更多的家庭参与。