import { ArrowUpRight, InfoIcon } from 'lucide-react'; import Link from 'next/link'; export const SmtpMessage = () => { return (
Note: Emails are rate limited. Enable Custom SMTP to increase the rate limit.
Learn more
); };