简体   繁体   English

我如何能够像使用多个用户作为收件人的撰写框一样使用gmail

[英]How can i impliment gmail like compose box which takes multiple users as recipient,

i am trying to use a free tempate from the given link https://github.com/almasaeed2010/AdminLTE and use mailbox/compose.html page for mail services how can i take mutiple recipient as input in To input box as gmail take shown in picture below 我正在尝试使用来自给定链接的免费模板https://github.com/almasaeed2010/AdminLTE并使用mailbox / compose.html页面进行邮件服务我如何将多个收件人作为输入添加输入框中,因为gmail显示如下图所示

在此输入图像描述

Use the & to add multiple To 's. 使用&添加多个To See example below. 见下面的例子。

https://mail.google.com/mail/?view=cm&fs=1&to=someone@example.com&someoneelse@example.com&su=SUBJECT&body=BODY&bcc=someone.else@example.com https://mail.google.com/mail/?view=cm&fs=1&to=someone@example.com&someoneelse@example.com&su=SUBJECT&body=BODY&bcc=someone.else@example.com

You can choose To , cc , bcc , su (for subject) and body , as shown. 您可以选择Toccbccsu (对象)和body ,如图所示。

https://mail.google.com/mail/?view=cm&fs=1&to=someone@example.com&someoneelse@example.com&su=SUBJECT&body=BODY&bcc=someone.else@example.com

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用Javascript以编程方式打开GMail中的“撰写”框 - How can I programatically open the “compose” Box in GMail using Javascript 如何移位选择多个复选框,例如 GMail? - How can I shift-select multiple checkboxes like GMail? 我如何让用户上传多张图片(例如facebook)? - How can I have users upload multiple pictures like facebook? 如何以编程方式单击GMail中的“撰写”按钮? - How can I programatically click the “compose” button in GMail with greasemonkey? 如何在 .net 中的 Gmail 等文本框中实施多个收件人电子邮件 select? - How to emplement the multiple select of recipients emails in a text box like in Gmail in .net? 如何在Gmail,Outlook或iPhone上的逗号分隔电子邮件? - How can I separate emails like in gmail, outlook, or on the iphone on commas? 如何像Gmail的收件箱一样进行AJAX刷新? - How can I make an AJAX refresh like Gmail's inbox? 如何构建像 Gmail 一样的 Smart Compose? 可能在 textarea 中吗? - How to build a Smart Compose like Gmail? Possible in a textarea? 当创建了多个函数时,如何提交一个 fom,在 onclick 和 onsubmit 等 evnet 上调用哪个函数? - How can i submit a fom when their is multiple functions are created , which function to call on evnets like onclick and onsubmit? 如何确定我在哪个框中单击? - How can i determine in which box i clicked?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM