1

I have a form in my React app that signs up users in Firebase. Can I also use said form to add those email addresses to this SES screen?

enter image description here

Thanks!

Ralph David Abernathy
  • 5,230
  • 11
  • 51
  • 78
  • Do you need add your application users as verified *senders*? – Michael - sqlbot Jun 08 '18 at 01:50
  • I don’t think so. I only need to add them as verified receivers. – Ralph David Abernathy Jun 09 '18 at 05:40
  • 1
    In that case, you are trying to solve the wrong problem. You don't need to verify receivers. You need to request production access. https://stackoverflow.com/a/35947500/1695906 Verifying receivers is only for testing, and only needed while you are sandboxed. – Michael - sqlbot Jun 09 '18 at 19:15
  • That is great, thanks! – Ralph David Abernathy Jun 10 '18 at 00:44
  • I have closed this question as a duplicate of another question that asks the question you were unknowingly looking for the answer to... because even though it is technically possible (albeit indirectly) to do what was asked here, it would be the wrong solution to the problem, it could make a mess of things, and you would run into other issues sooner or later if you tried to use SES in your production environment while still sandboxed. If there are others in the community who disagree with the closure of the question, I welcome their input. – Michael - sqlbot Jun 10 '18 at 02:57

0 Answers0