emeraldjava
Forum Replies Created
-
We this working by using the local smtp server of our host rather than the gmail smtp server in our config.
We this working by using the local smtp server of our host rather than the gmail smtp server in our config.
Same issue
SMTP -> FROM SERVER:220-bravo.gendns1.com ESMTP Exim 4.80.1 #2 Thu, 05 Sep 2013 14:23:57 -0400 220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail. SMTP -> FROM SERVER: 250-bravo.gendns1.com Hello bravo.gendns1.com [63.247.66.231] 250-SIZE 52428800 250-8BITMIME 250-PIPELINING 250-AUTH PLAIN LOGIN 250 HELP SMTP -> ERROR: Password not accepted from server: 535 Incorrect authentication data SMTP -> FROM SERVER:250 Reset OKany work around?
Hey,
I think we’ve the same issue with out gmail based email account. We’re getting the same
“SMTP Error: Could not authenticate.”
message now. Would be interested in any workaround.
Regards,
Ppurchased a second license!.
Thanks but I can’t see the response, since the person who registered the license hasn’t shared the login with is. We have the pro plugin installed on our site here
http://bhaa.ie/events/south-dublin-county-council-2013/
and i’m just looking to close off some lose ends. Is there anyway to get an account setup with my own username?
Thanks,
PDo you have the URL link to the pro forum? Not sure i have the access to it.
Hi,
Thanks for the quick reply.
Is it possible in my case to override the has_action(’em_booking_form_custom’) function in my theme, so that it always return false? I’d like to avoid having to clone the
templates\placeholders\bookingform.php
file if i can.
PFollow up question. Is is possible to use blocks of custom php code within the email template? In my case i’d like to check the ticket name to ensure a specific message is displayed.
The sudo code for the template might resemble
Dear #_BOOKINGNAME, <?php if(ticketName="X") echo "Ticket X"; ?> you have successfully reserved #_BOOKINGSPACES space/spaces for #_EVENTNAME.Agh – thanks for that.