Question

Je ne peux pas sembler trouver une réponse à cela.Comment puis-je continuer à créer de nouveaux comptes de messagerie par programme?J'ai des utilisateurs qui s'inscrivent à mon service et souhaitez créer un compte de messagerie pour qu'ils utilisent leur nom@mysite.com mais ne peuvent pas sembler comprendre.

J'utilise Ruby sur rails.

Était-ce utile?

La solution

I found a great article on how to use action mailer at RubyOnRails.org Action_Mailer_Basics This walk through provides examples on how to create emails using scripts. You can also store your mail user accounts in a database per the email server documentation. A script can be used create user accounts in the database and then email the user credentials back to the user who signed up to your site. This framework should help you resolve your problem.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top