A few points...

* The "form" address has to be the gmail account you signed up with for your app spot. It's mentioned in Google's docs on using the mail sub-system. * No mail is actually sent if you are testing locally on your machine. The logs "simulate" that mail was sent, but only mail will be sent once your application is in the cloud.

.pjf

fingerskier said the following on 09/06/10 22:53:
Hello,

     I'm having an issue sending e-mails from app-engine.  I get no
error message and the admin logs say that a mail went out; but I never
receive it...

     Here is my mail tag and the bit a xml from WEB-INF/bluedragon/
bluedragon.xml:

<cfmail from="[email protected]" subject="Account Validation"
to="#user.email#" type="html">
        blah blah blah
</cfmail>

<cfmail>
     <threads>1</threads>
     <smtpserver>127.0.0.1</smtpserver>
     <smtpport>25</smtpport>
     <charset>UTF-8</charset>
</cfmail>

...I have tried a few different e-mail addresses yet none work.
Anyone ideas?


--
Open BlueDragon Public Mailing List
http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
online manual: http://www.openbluedragon.org/manual/

mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to