Gold & Silver Price Alerts

Set target prices and get notified when gold or silver reaches your desired level.

📌 Feature Status: Price alert email notifications require email service configuration (SMTP/Mailchimp/SendGrid). This form is currently in preview mode — your preferences will not be saved or sent. The interface is ready to connect to an email provider.

This is a preview — no actual alerts will be sent until email is configured.

How to Enable Real Price Alerts

To enable actual email alerts, integrate one of the following services with the price-alerts.php form handler:

  • PHP mail(): Configure SMTP in php.ini + add a mail() call in the form POST handler
  • PHPMailer: Popular library for reliable SMTP email sending
  • SendGrid API: Transactional email service — free tier available
  • Mailchimp / Klaviyo: For newsletter-style alert digests

Store alert subscriptions in a database or flat file, then run a daily cron job that checks current prices against stored targets and fires emails when triggered.