PDA

View Full Version : fatal contact form miss-coding in vb3 (sending domain)


Ghostt
04-25-2014, 02:44 PM
Hello.
i want to send contact form emails through mandrill smtp service.
but there are problems with sending domain.

here is what they wrote me:

Thanks for reaching out. To clarify, any domain used in the "from" address of an email sent through your account will be added to the "sending domains" page. For contact forms, we would suggest programming the form to use your own address as the "From" address, and?if needed?your user's address as the reply-to address. This would be accomplished using the headers array of your API call, formatted as:

"headers": {
"Reply-To": "message.reply@example.com"
},

That will allow you to send from a domain with DKIM/SPF authentication set up, which can help improve your deliverability.

Please let us know if you have any other questions, and we'd be happy to assist.

The Mandrill Crew

any idea how to fix?

Ghostt
05-03-2014, 06:10 PM
no idea?

kh99
05-04-2014, 05:29 PM
I don't understand what the problem is.

Are you talking about "contact us", or users emailing other user?

kh99
05-05-2014, 09:04 PM
I think this member is having the same problem: https://vborg.vbsupport.ru/showthread.php?t=311062 There's no solution yet, but probably someone will figure it out soon.