Mandrill kullanarak posta göndermeye çalışıyorum. Sorun şu ki, 'to' parametresine birden fazla alıcı eklediğimde, 'to' listesindeki tüm alıcılarla aynı postayı birden çok kez gönderir. Listede bulunan her kişiye tek tek gönderilmek üzere aynı postayı bekliyordum. Bir şey mi eksik?Mandrill, REST API aracılığıyla ayrı bir mesaj olarak birden fazla kişiye gönderme
{
"key": "app-key",
"template_name": "platform-invite",
"template_content": [
{
"name": "connection",
"content": "<a class=\"mcnButton \" title=\"Lets Go\" href=\"http://someurl\" target=\"_blank\" style=\"font-weight: normal;letter-spacing: normal;line-height: 100%;text-align: center;text-decoration: none;color: #FFFFFF;\">Lets go</a>"
},
{
"name": "mailbody",
"content": "<p>Hi </p>\n<p>I would like you to be a ... Tic tic tic...</p>"
}
],
"message": {
"subject": "My subject line over herer",
"from_email": "[email protected]",
"to": [
{
"email": "[email protected],
"type": "to"
},
{
"email": "[email protected]",
"type": "to"
},
{
"email": "[email protected]",
"type": "to"
},
{
"email": "[email protected]",
"type": "to"
}
],
"merge_vars": {}
},
"async": false,
"ip_pool": "Main Pool"
}
tam olarak budur. Hızlı cevabı takdir et –
Lütfen php örneğini göster. onun dize veya açıklamaları ile yardımcı olmuyor. – YumYumYum
Ugh, e-posta listemizi açığa çıkardı. Bunun varsayılan olarak kapalı olması gerektiği gibi görünüyor :-( –