I’m using AWS SES to send HTML emails that contain two hyperlinks. The intended behavior is for these links to be clicked manually by the email recipients. However, I’m encountering an issue where the links are being automatically triggered (likely by email clients or security tools that prefetch or scan URLs for safety). This is causing unintended actions on my server.
How can I prevent these links from being automatically accessed and ensure they are only activated when the recipient manually clicks them? I’m looking for a solution that can be implemented either within the email content, through AWS SES configurations, or via server-side handling.
I used boto3 ses service to call the API
4