In general:
URLs are saved as strings in the database.
- It's a good idea to validate the string as a URL first.
When you need the data, get it from the database and email it to whomever needs it.
- You can also SMS it or pop up a msg to the person if they are logged onto your application.
Configuring a mail ser requires you read the help about MAIL; start with MAILSESSION and go from there.
There are a lot of previous questions about that in the Forum, so search for those posts and see if they have what you need.
Olan