L
L
Lord_Dantes2019-11-07 17:52:19
PHP
Lord_Dantes, 2019-11-07 17:52:19

How to list how many letters from the site have already been sent?

There is a form which sends letters.
It is necessary to add in the letter the number that goes on the account this sent letter from the site. Please tell me what function or where to dig to implement this?
That is, the point is to see in the mail what number this letter is coming, like (1, 2, 3, etc.)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Mikhail, 2019-11-07
@Lord_Dantes

The number must be stored on the server, it can be in a file, it can be in the database. The easiest way would be to implement through the database.

A
Anton R., 2019-11-07
@anton_reut

Look at the sending engine, implement a counter there, what's the problem?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question