Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/26/2017 in all areas

  1. Time ago I asked for a BLESTA extension for this payment gateway called CULQI https://www.culqi.com/docs/#/pagos/inicio https://www.culqi.com/docs/#/pagos/checkout In that moment I got no response so after Googling for a while I found this alternative for WMHCS https://marketplace.whmcs.com/product/3443 so I am thinking of contacting its developer
    1 point
  2. have you opened a feature request on requests.blesta.com I wonder if any developer would be up for it? @Blesta Addons @gosuhost @cyandark @PauloV
    1 point
  3. Nelsa

    SwiftMailer DKIM option

    Well yes...in first case you authorize only zoho.com to send emails but you sent all your mails from localhost using PHP ,generaly in spf record you should include A records,IPv4 (address of your hosting account),mx record and + any remote smart host or smtp server you want relay in. For example this will authorize one IP xx.xx..xx.xx + all your A records in hosting account like mail.yourdomain.com and yourdomain.com + mx records + zoho and mailjet v=spf1 ip4:xx.xx.xx.xx +a +mx +include:spf.mailjet.com +include:zoho.com ~all
    1 point
  4. Nelsa

    SwiftMailer DKIM option

    You can send mail by php function or SMTP ,if you select PHP as method for sending emails ofcourse it doesn't use zoho mail server..infact it doesn't use any mail server...it is sent using php mail function.If you want to send emails with mail server you have to select SMTP and configure mail parameters properly ....username,password,hostname and port.I'm using office365 and didn't use zoho for quite long but as I remember you have to whitelist IP address in zoho control panel. mail class is in blesta/components/email/email.php but you can't just set dkim signature and expect just to work...you have to add key to your MTA ..it is easier for you to set SMTP ....and may I ask why you can't send emails from your hosting account in first place... Here is instructions from their site...as you see sending mail must match authentication email,so if you want to send emails from noreply@yourdomain.com and you are authenticate with admin@yourdomain.com or any similar usecase than you have to add sending mail as alias..also make sure to whitelist main server IP and hosting account IP (if are not same) SMTP Configuration settings for Zoho Mail - SSL Outgoing Server Name: smtp.zoho.eu Port: 465 Security Type: SSL Require Authentication: Yes. The email address should match the email address/ aliases of the account, for which the authentication details are provided. SMTP Configuration settings for Zoho Mail - TLS Outgoing Server Name: smtp.zoho.eu Port: 587 Security Type: TLS Require Authentication: Yes. The email address should match the email address/ aliases of the account, for which the authentication details are provided
    1 point
  5. Michael

    SwiftMailer DKIM option

    i wonder if a DMARC, DKIM and SPF would help. DMARC Host: _dmarc.domain.com TTL: 43200 Text: v=DMARC1; p=quarantine; pct=50; adkim=strict; aspf=relaxed; rua=mailto:dmarc@domain.com; ruf=dmarc@domain.com DKIM http://dkimcore.org/specification.html & http://dkimcore.org/tools/ SPF https://www.spfwizard.net
    1 point
  6. Hi there @virtualorbis , I have a Payu gateway that I use for Colombia I am sure the same one will work with your Payu from Peru if you want I can share it with you.
    1 point
  7. To check how the plugin send the command to the module , check the cron.php it has a good road to begin with it . For other side the plugin should have a controller that lisen to command like Plugins/licence_api/api/(add/cancel/reissue) Licence_ami = plugin directory api = api.php inside controller (Add cancel reissue) = function inside api file Now you have the logic , you can use your way of coding .
    1 point
×
×
  • Create New...