Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Your first question:</p> <blockquote> <p>having the app called 'example.appspot.com', can this be a sub domain on his site (like mailapp.example.com)?</p> </blockquote> <p>Yes, as <a href="http://www.google.com/support/a/bin/answer.py?hl=en&amp;answer=91077" rel="noreferrer">the FAQ</a> say:</p> <blockquote> <p>Google App Engine can be used with Google Apps to provide a custom domain name for your internet-facing application, e.g., myapp.com.</p> <p>By default, when you deploy your service on Google App Engine, your service will be accessible at [your-application-id].appspot.com. In order to provide a stronger brand experience for your application, you may also want that application to be available at [my-brand].com or www.[my-brand].com.</p> <p>In order to set up these branded access locations for your service, you must prove that you own the domain name or purchase the domain name through Google. Google App Engine allows you to prove ownership of your domain and purchase new domain names using Google Apps.</p> </blockquote> <p>Your second question:</p> <blockquote> <p>the email address the app uses is an admin on the application (like admin@example.appspot.com)... that has to be that? It can't possibly be something like example@example.com?</p> </blockquote> <p>Sure, you can use the Google userids you want as your admin users for your apps.</p> <blockquote> <p>I understand that sending out so many emails means I'll have to enable the billing on the application. I understand there is still a quota on how many I can send.</p> </blockquote> <p>Yep, per <a href="http://code.google.com/appengine/docs/billing.html" rel="noreferrer">the docs</a>, <code>$0.0001</code> per recipient emailed. With 75,000 people on the mailing list, that's <code>$7.50</code> per mail sent to all of them. Per <a href="http://code.google.com/appengine/docs/quotas.html#Mail" rel="noreferrer">these other docs</a>, the free quota is 2,000 recipients emailed per day, the absolute maximum is 7.4 millions (there also limits to the rate, i.e., how many recipients are mailed per minute in free and max quotas).</p> <blockquote> <p>I ideally want to replace the PHP code where it sends out email (using mail() etc) and make it send out with Google App Engine instead.</p> </blockquote> <p>Sorry, can't help you there, I run App Engine with Python, not PHP. But I hear that, with <a href="http://www.phpclasses.org/blog/post/92-Running-PHP-on-Google-App-Engine.html" rel="noreferrer">Quercus</a>, it is possible to run PHP on the JVM "side" of App Engine.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload