The challenge is this. Send information sent by mail to another database site. Is it possible? For example, stick the ajax script into the letter template structure? Or send at the moment when it is sent from the server? Any ideas how to implement this idea?
1 answer
Email clients do not allow scripts to be embedded in emails. I think the best option is to add to the database before the function of sending a letter.
- or rather, after .... if the sending was successful ... But then suddenly the letter could not be sent, and then a request to the database would be unnecessary - Aleksey Shimansky
- Thanks, I think this is the only option. - Albert Ushakov
|
Задача такова. Переслать информацию отправленную на почту в другую базу сайта.
....... no, this is a perverted task that you come up with based on what you really need to do. Now, if you described the original task - it would be much better - Alexey Shimansky