Ciao e scusate la domanda: perchè non ricevo l'email in Copia Conoscenza?:master:codice:strRecipientsName = Request.Form("Name") strRecipients = Request.Form("Email") strFrom = strSender strCc = "qweret@endfgh.it" strFromName = strForumTitle
Ciao e scusate la domanda: perchè non ricevo l'email in Copia Conoscenza?:master:codice:strRecipientsName = Request.Form("Name") strRecipients = Request.Form("Email") strFrom = strSender strCc = "qweret@endfgh.it" strFromName = strForumTitle
assicurati che l'oggetto sia del tipo
myMail.bcc
Originariamente inviato da pip19
assicurati che l'oggetto sia del tipo
myMail.bcccodice:case "cdonts" Set objNewMail = Server.CreateObject ("CDONTS.NewMail") objNewMail.BodyFormat = 0 objNewMail.MailFormat = 0 on error resume next '## Ignore Errors objNewMail.Send strSender, strRecipients, strSubject, strMessage