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