Фільтрувати

Мої недавні пошуки
Фільтрувати по:
Бюджет
до
до
до
Тип
Навички
Мови
    Статус роботи
    2,000 mailer send робіт знайдено, ціни вказані в USD

    I have an instance running WHM and cpanel on Amazon, but I can't send emails because the server has port 25 blocked by Amazon. How to fix sending emails through this server?

    $25 (Avg Bid)
    $25 Сер. заявка
    54 заявки
    VBA gmail send and receive e-Mail with oAuth2 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    Hi Need to send and receive e-Mail from G-Mail. Need to use oAuth2

    $24 (Avg Bid)
    $24 Сер. заявка
    12 заявки
    Domain-Gmail PHP 8.0 Mailer Program 4 дні(-в) left
    ПІДТВЕРДЖЕНО

    I'm searching for a PHP developer with experience in PHP 8.0 to create a mailer program for me. This program would specifically need to send emails from a mailbox on the domain to Gmail accounts seamlessly. For a freelancer to be successful in this, skills in PHP 8.0 and extensive understanding of mailer programs is required. The primary use of this PHP script would be for sending subscription notifications. Please bid only if you're capable of delivering this specific functionality. - Skill Requirements: PHP 8.0, Mailer Programs - Functionality: Sending Emails from domain mailbox to Gmail I need to make sure my PHP Mail Script is using good coding practice and make sure we have all header information set correct so that we do not get put in GMAIL...

    $35 (Avg Bid)
    $35 Сер. заявка
    24 заявки
    Bulk Send Cold Emails 4 дні(-в) left
    ПІДТВЕРДЖЕНО

    I need someone who can send 10,000 cold emails for my agency. Email Deliverability: It’s important that the emails reach the recipient's inbox and do not fall into the spam folder. Ideal freelancer: - Has related experience in bulk email sending. - Well knowledgeable of CAN-SPAM Act and GDPR. - Understands email marketing sequencing/campaigns. - Emails have been verified. - Email copy will be provided. - You can use spintax if needed. - Need () personalization included (data field) I want NO open tracking Reply email needs to be my email (so that I get ALL replies) Here's the setup/sequence I want... 1. I will give you 1,665 verified emails 2. I want to send original email message ONCE 3. Then send 5 follow-ups ("bumps") 2 days apart T...

    $157 (Avg Bid)
    $157 Сер. заявка
    33 заявки

    I have a Twilio account with sip trunking set up, and I've install Asterisk on Arch Linux, I've attempted to set up the config but have not been able to. I'm looking for someone to set up a basic config where I can send and receive phone calls. The details don't matter, I just want to get it working so I can adjust it once the simplest config is working. If interested please bid the amount you are able to do this for, and include the word "briefcase" in your bid so I know you've read the description and can complete the project for the amount bid.

    $60 (Avg Bid)
    $60 Сер. заявка
    11 заявки
    EDDM Marketing Mailer 3 дні(-в) left

    More details: Looking for a designer to create a 6.25x9 Postcard that will advertise to my business's local area. What is the target audience for your EDDM Marketing Mailer? Local customers, New customers What specific information or message do you want to convey to your target audience through the EDDM Marketing Mailer? Promotion or discount offer, Increase brand awareness What is the desired size or dimensions of the EDDM Marketing Mailer? 6.25" x 9"

    $97 (Avg Bid)
    $97 Сер. заявка
    26 заявки

    I'm seeking an experienced PHP developer with an ...delivery to accounts Hello, Thank you for contacting pair Networks. Gmail now requires senders to authenticates with spf and dkim signing. When mail is sent via php send mail, dkim signing does not take effect, and so maiul is being rejected. You will need to manually go in and set the headers to be placed on emails being sent this way or you can try using the phpmailer function (first link) to send mail. This is different from the basic php sendmail, as php mailer sends emails via SMTP which is dkim/spf compatible. Please let us know if you have any questions or concerns.

    $31 (Avg Bid)
    $31 Сер. заявка
    28 заявки
    Comprehensive Leaf Mailer Enhancement 2 дні(-в) left
    ПІДТВЕРДЖЕНО

    I need a professional who can expertly navigate the Leaf Mailer platform. Key deliverables will include: - Customizing my email templates to improve brand consistency - Streamlining my subscriber list management process to maximize efficiency - Setting up autoresponder sequences for improved customer contact With over 5,000 current subscribers, efficient and effective management is crucial. Ideal candidates will have proven experience in handling large-scale email marketing campaigns, specifically through Leaf Mailer.

    $75 (Avg Bid)
    $75 Сер. заявка
    4 заявки

    Hello, I understand that you are looking for an expert wordpress developer to build new plugin. I am expertise in Custom plugin development, Custom Theme development, Elementor, ACF, creating Custom shortcodes, WordPress Hooks, WordPress Actions, WPML, Bookly, Payment integration, and Plugin development. I have 5+ years of experience in WordPress development. For your reference, please browse through the below links to evaluate my skills and capabilities ➥ WordPress Approve:- ➥ Some Projects:- These are just a few websites to give you a glimpse of my work and abilities. Looking forward to hearing from you Thank you Dipak

    $30 (Avg Bid)
    $30 Сер. заявка
    1 заявки
    EDDM Mailer for Product Promotion Закінчився left

    I require an effective EDDM mailer, meticulously designed to advertise a certain product to potential customers. The primary focus of the mailer should be an engaging elaboration of product benefits, keenly articulating why the product will meet the customer's needs. Key Aspects: - Intriguing design to captivate potential customers - Succinct but impactful communication of product benefits Ideal Skills: - Experienced in marketing communication - Profound knowledge in EDDM mailer design - Capability to capture an audience's attention with concise and persuading wording.

    $105 (Avg Bid)
    $105 Сер. заявка
    38 заявки

    I'm looking to hire a freelancer proficient in GO language to develop a Windows-based bot that can perform the following tasks: see excell file for messages attached - Double click to trigger. - Read QR codes to log into WhatsApp. - Send both text and multimedia messages via WhatsApp installed on the computer. Key Skills: - Proficiency in GO language - Windows platform development experience - Familiarity with WhatsApp API

    $186 (Avg Bid)
    $186 Сер. заявка
    24 заявки

    hi, i found a php script that is not working anymore, it was used to send notifications to single devices using but this system seems to be down.. I have the certificate updated and ready in .pem and .p8 format and the old function looks like this: function sendNotificationToPushService($certificate, $passphrase, $body, $deviceToken){ $ctx = stream_context_create(); stream_context_set_option($ctx, 'ssl', 'local_cert', $certificate); stream_context_set_option($ctx, 'ssl', 'passphrase', $passphrase); $fp = stream_socket_client('tls://', $err, $errstr, 60, STREAM_CLIENT_CONNECT, $ctx); if ($fp){ $payload = json_encode($body); $msg = chr(0) . pack('n', 32) . pack('H*', $deviceToken) . pack('n', strlen($pay...

    $135 (Avg Bid)
    $135 Сер. заявка
    48 заявки

    PLEASE DO NOT SEND A PROPOSAL WITHOUT READING THE BRIEFING I WILL NOT NEGOTIATE THE PROPOSAL SENT, SO PLEASE SEND FINAL PROPOSAL I'm in search of a skilled WordPress developer, who has substantial experience in e-commerce website development, blogging setup and custom theme design. Here's what I need: -Main Menu Edditable -A page already existed edditable by wordpress Details in the file attached

    $41 (Avg Bid)
    $41 Сер. заявка
    53 заявки

    to send documents from Holland to Greece. addition to the completed order.

    $67 (Avg Bid)
    $67 Сер. заявка
    26 заявки

    I'm looking for a proficient PHP developer to create a robust mailer with specific functionalities. I require the mailer to be versatile in its operations, particularly: - Capability to send and receive emails across all domains including Gmail, Outlook, Yahoo Mail, among others. - It should support attachments sufficiently. - I expect a feature for email tracking to easily monitor the progress and delivery of sent emails. In terms of security, I need the PHP mailer to implement SMTP authentication hence the developer needs to fully understand its implementation. Candidates should have prior experience with PHP mailer development, using multiple email service providers and SMTP authentication. Showcasing your previous work in this area during you...

    $21 (Avg Bid)
    $21 Сер. заявка
    6 заявки

    I need someone to build a contact form with backend like this one: It has to follow a special css structure (I will send css). I will send you HTML file, all you need to do is to put all labels and text boxes found in this page () and built js back-end contact form that send all details filled out by customer to specific email address I will provide. Please ask questions before accepting to start working.

    $26 (Avg Bid)
    $26 Сер. заявка
    33 заявки

    must work globally scalable easy integration through its own API

    $39 (Avg Bid)
    $39 Сер. заявка
    23 заявки
    Trophy icon LED Lighting Mailer Box Design - 15/03/2024 03:43 EDT Закінчився left

    I need a skilled designer to develop a clean, minimalist style print-ready design for a mailer box. The box will be used to house our Road and Street LED Lighting products. Key Project Details: - The dimensions of the box: W:375mm x L:135mm x H:75mm, the box should open from the 375mm side. - The box should have a base of white cardboard. Design Requirements: - I would like our company logo to be a central piece on the top of the box, and our slogan (which will be shared later) to be placed beneath it. It is compulsory to use the provided logo and not change it in any way! - The design should reflect our brand values - simplicity, innovation, and sustainability. - The design should consist of angular shapes and fields with straight lines, located mainly on the outlines of the...

    $108 (Avg Bid)
    $108
    72 робіт

    ...knowledge of Oracle EBS R12.2.x/12.1.3 application administration, including installation, configuration, cloning, and upgrades, using Oracle EBS R12 Applications DBA (AD) utilities and other tools to apply patches and system updates. • Knowledge of the multi-node EBS environment to administer Concurrent Managers, Concurrent Programs, Request Sets, Request Groups, Workflows and troubleshooting Workflow Mailer/Notification issues. • Expert-level knowledge of Oracle 19c/12c database administration, maintenance, security implementation, upgrade and patching, database performance tuning, sizing and capacity planning, database backup and recovery in a Unix O/S using RMAN and Oracle export/import utilities, administration, and maintenance to provide backup and disaster recove...

    $2622 (Avg Bid)
    $2622 Сер. заявка
    4 заявки

    As a professional, I'm looking for a detail-oriented freelancer to help me collect 1 parcel in Fort Lauderale per month and packing small dental products in envelopes and posting tasks. You can work from your home. The task involves: - Packing light weight dental products in envelopes. - Posting the envelopes. The ideal freelancer for this job is someone who: - Has a keen eye for details. - Has prior experience in packing and posting tasks. - Lives close to Fort Lauderdale Don't hesitate to get in touch if you think you're a good fit for this job! If serious, this could become a progressing job for you in future.

    $10 - $30
    Місцевий
    $10 - $30
    0 заявки

    hi, i found a php script that is not working anymore, it was used to send notifications to single devices using but this system seems to be down.. I have the certificate updated and ready in .pem and .p8 format and the old function looks like this: function sendNotificationToPushService($certificate, $passphrase, $body, $deviceToken){ $ctx = stream_context_create(); stream_context_set_option($ctx, 'ssl', 'local_cert', $certificate); stream_context_set_option($ctx, 'ssl', 'passphrase', $passphrase); $fp = stream_socket_client('tls://', $err, $errstr, 60, STREAM_CLIENT_CONNECT, $ctx); if ($fp){ $payload = json_encode($body); $msg = chr(0) . pack('n', 32) . pa...

    $23 (Avg Bid)
    $23 Сер. заявка
    10 заявки

    i know that "sendinput" works for the whole system I will not use "postmessage" or "sendmessage" or anything like that (because it is different from "sendinput" and the way the key is entered)

    $255 (Avg Bid)
    $255 Сер. заявка
    26 заявки

    I'm seeking reliable assistance for a small task that can be conveniently done at your home. The main focus for this role involves packing and sending dental products. Responsibilities involve: - Picking and packing small dental products in envelopes - Ensuring that all the items are well-sealed in reliable packaging - Dispatching them to the post office The ideal candidate for this needs organization skills, attention to detail, and is dependable. Experience in packing and posting is beneficial but not necessary.

    $20 (Avg Bid)
    $20 Сер. заявка
    5 заявки

    ...account and send out email to my 1000 contacts through Apollo. This task entails: - Extracting emails from my existing database - Setting up and managing email through Apollo - Delivering these emails as quickly as possible through my Apollo account (TODAY) *Skills & Experience* Ideal applicants should have: - Proficiency in using Apollo for email campaigns - Proven expertise in email scraping - Ability to get things done quickly and efficiently. This is an urgent project and it needs to be completed as soon as possible. Candidates who can deliver in the quickest time are preferred. ------------------------------------------ I need highly experienced Apollo person with experience in sending emails with high open rates. I need quick help with account/email set-up a...

    $24 (Avg Bid)
    $24 Сер. заявка
    13 заявки

    Send "Send Input" to a specific window handle i know that "sendinput" works for the whole system I will not use "postmessage" or "sendmessage" or anything like that (because it is different from "sendinput" and the way the key is entered)

    $155 (Avg Bid)
    $155 Сер. заявка
    14 заявки

    As a dental office, we're aiming to increase our patient appointments. To achieve this, we're looking for a marketing expert who can use effective strategies like in-office digital content creation and direct mailers. We're interested in incorporating various digital content...in incorporating various digital content forms such as videos, infographics, and slideshows as part of our marketing mix. They should be engaging, informative and designed with a professional, clean aesthetic aligned with our branding. Ideal applicant would: - Have experience in creating engaging digital content in various formats - Strong understanding and experience in effective direct mailer strategies - Knowledge in the dental industry is a plus - Excellent understanding of targe...

    $86 / hr (Avg Bid)
    $86 / hr Сер. заявка
    22 заявки
    PDF to HTML Mailchimp Event Promotion Закінчився left

    I need a talented web developer experienced in converting PDF documents into HTML for Mailchimp mailers. I have a PDF that needs to be transformed into an HTML mailer that must work with Mailchimp. This mailer's purpose is to announce a promotion. The scope of the work includes: - Carefully converting a PDF into an HTML format, maintaining its existing design without changes. The PDF is already digitally readable, so there won't be any need for OCR (Optical Character Recognition) conversion. - Ensuring compatibility with Mailchimp, this includes testing for email deliverability and rendering across different devices and email clients. The ideal candidate for this project should have: - Solid HTML and CSS coding skills. - Experience with Mailchimp Email Design. - A...

    $27 (Avg Bid)
    $27 Сер. заявка
    49 заявки

    ...will have one task is which is to send a message we will provide to you on a marketplace like this: . And also various facebook groups for owners selling their businesses Like this: (We will add you to our FB manager so you can post as our business) You'll be given login to marketplace as well. We want to have 100 messages sent per day. We will pay a FIXED amount for 100 Messages sent . So the Price you will quote is PER 100 Messages. If you are successful we will do that 3 - 5 times a week. **** If you have better ideas to get more prospects we can look at more full time opportunities. We want you to log each message you send in a spreadsheet showing the URL

    $31 / hr (Avg Bid)
    $31 / hr Сер. заявка
    51 заявки

    ...will have one task is which is to send a message we will provide to you on a marketplace like this: . And also various facebook groups for owners selling their businesses Like this: (We will add you to our FB manager so you can post as our business) You'll be given login to marketplace as well. We want to have 100 messages sent per day. We will pay a FIXED amount for 100 Messages sent . So the Price you will quote is PER 100 Messages. If you are successful we will do that 3 - 5 times a week. **** If you have better ideas to get more prospects we can look at more full time opportunities. We want you to log each message you send in a spreadsheet showing the URL

    $16 (Avg Bid)
    $16 Сер. заявка
    75 заявки
    Logo-Marked Direct Mailer Creation Закінчився left

    I require an expert in direct mail advertising to design and distribute 2000 large, black and white mailers. The mailers should be 9x12 inches in size and display a brief description of the services my company offers, alongside our business logo. These need to be distributed within the 37122 (Mt Juliet, Tn) postal code, targeting households with an annual income of 75k or more. You will need to have a proven track record in: - Direct mail advertising - Graphic design - Specific demographic targeting Experience in postal marketing campaigns will be viewed very favorably. I look forward to receiving your proposals.

    $68 (Avg Bid)
    $68 Сер. заявка
    71 заявки

    PLEASE DO NOT SEND A PROPOSAL WITHOUT READING THE BRIEFING I WILL NOT NEGOTIATE THE PROPOSAL SENT, SO PLEASE SEND FINAL PROPOSAL I am seeking a talented WordPress developer with a keen interest in fashion, to create a top-notch blog dedicated to displaying the latest fashion trends. The platform will offer rich and engaging content on fashion trends, predominantly through blog posts. WordPress Website Development Briefing Home Page: Banners: Purpose: Link visually to main sections: Trends, Influencers, Promotions, Contact, Newsletter. Task: Use Smart Slider 3 for responsive banners. Make each banner editable and clickable, leading to the related sections. SEO: Use descriptive ALT tags and filenames for images. Example: H&M for how they use banners to highlight current...

    $1406 (Avg Bid)
    $1406 Сер. заявка
    235 заявки

    creation of a page to send push communication directly from the browser to users of our website

    $35 - $35
    $35 - $35
    0 заявки

    We are looking for an experienced Android Developer to make specific modifications to our existing WebView Android app. The main task involves implementing background SMS functionality and sending the SMS ...looking for an experienced Android Developer to make specific modifications to our existing WebView Android app. The main task involves implementing background SMS functionality and sending the SMS data to our API. Key Responsibilities: Background SMS Implementation: Integrate background SMS functionality within the app to send SMS without user interaction. Ensure SMS sending process is efficient and does not impact app performance. API Integration: Develop a mechanism to send SMS data to our designated API endpoint securely. Implement error handling and logging for A...

    $22 (Avg Bid)
    $22 Сер. заявка
    13 заявки

    - Get Bybit Linear Data for Futures Perpetuals. Just from Bybit Market Data API. - Catch alerts from "Divergence for Many Indicators V4" on perpetuals candlestick data. (All perps may be in a for loop: BTCUSDT, ETHUSDT... etc.) - Send alert message to Telegram group with a chart snapshot. - Snapshot will be a capture photo from TradingView chart because I want to include some extra indicators into the view. - I have a half project that I started to code. A clean architecture and some helper functions. I can also help as a developer if needed. I am a C# developer but maybe I can help.

    $166 (Avg Bid)
    $166 Сер. заявка
    13 заявки

    I have a video with me eating bananas with a green screen behind me. I want you to change the video so that there are lots of different images of fruit changing behind me. Use capcut to produce and send me the project and video. If you do well at this then you will get my future projects.

    $12 (Avg Bid)
    Гарантований
    $12
    19 робіт

    Hi We are business brokerage agency in Sydney (We sell businesses), we want to get more business listings. So you will have one task is which is to send a message we will provide to you on a marketplace like this: . And also various facebook groups for owners selling their businesses. You'll be given login to this marketplace as well. We want to have at least 50 messages sent per day. We want you to log each message you send in a spreadsheet showing the URL of the listing, day , time etc. Thank you.

    $7 / hr (Avg Bid)
    $7 / hr Сер. заявка
    70 заявки

    Hello We need a designer to create an HTML mailer based on the design We need to receive from you when you done the HTML and the IMAGES so we can test and email that and see if matches the design in the PDF and the FIGMA FIGMA after Bid Approval you must state " I read Zip an I am ready for matching FIGMA to start - This is my Final Bid. If I ask to chat on project my Bid will be deleted . I read Zip and ready to work !" See in zip to This is simple $40-$80 +/- Thanks

    $118 (Avg Bid)
    $118 Сер. заявка
    20 заявки
    Creative A5 Flyer Needed Закінчився left

    I'm on the hunt for a talented designer who can craft a creative A5 flyer that includes my company's information, product information, and contact details. This flyer will be used as a mailer sent out to potential customers. The end goal here is to create a visually appealing design that immediately grabs attention and inspires action. Key Elements: - Creative and eye-catching visuals that align with our branding - Bold headlines that succinctly convey key messages - Effectively placed call to action to guide potential customers Tone: - The flyer should exude creativity, be fun, friendly but also bold. Skills and Experience: - Previous experience in flyer design is mandatory - An understanding of marketing principles would be beneficial - Proficiency in design softwar...

    $91 (Avg Bid)
    $91 Сер. заявка
    167 заявки
    send email to QQ mailbox Закінчився left

    I need someone to send mail. Help us grow our business. We need to send more than 1 million emails to China QQ mailbox every day. We provide customer emails. you just need to send,cps charges. When a customer submits an order through the link, you will earn $1. Send in batches and easily earn thousands or even tens of thousands of dollars a day. Looking for a strong team or individual for long-term cooperation.

    $50000 (Avg Bid)
    $50000 Сер. заявка
    1 заявки

    I want a custom html script to send an input text string to a google sheets when a button is clicked in my website project I will provide the website project which has an input and button with IDs on You must use the IDs I have supplied in the project I have also provided a link to the google sheets where the input must appear in when the button send is clicked The input and button must work with googlesheets

    $23 (Avg Bid)
    $23 Сер. заявка
    15 заявки

    Hi Sophia B., attached is a small mailer for translation with SLA of February 29th. Thank you

    $25 / hr (Avg Bid)
    $25 / hr Сер. заявка
    1 заявки

    Need create archive zip folder / or download it from ftp client and send to me

    $8 / hr (Avg Bid)
    $8 / hr Сер. заявка
    29 заявки

    Basic website to promote travel website. Must be a function for customers to send enquiry

    $123 (Avg Bid)
    $123 Сер. заявка
    86 заявки
    $516 Сер. заявка
    3 заявки

    Find buyers to my Affiliate link on Fiverr Pro category, at least 5 buyer

    $129 (Avg Bid)
    $129 Сер. заявка
    5 заявки
    $550 Сер. заявка
    1 заявки

    - Two applications will be created: 1- Python, 2- React Native - The Python web application will be written in Flask () - A button will be added to the Python Flask page, and when it is clicked, the push notification is sent to React Native app - Firebase Admin SDK () will be used to send the push notification to the React Native app - The React Native will receive the push notification and display a text message

    $172 (Avg Bid)
    $172 Сер. заявка
    35 заявки

    I'm in need of a tech-savvy freelancer who, using the Orange PI 5 plus , can develop a solution for video capturing / scaling input source 1920-360 or the top 1/3 of a 1920-1080 HDMI. The setup should be then able to send it out on cat 5-6. It will then be uncoded by an Orange pi zero 2w and played back on a 1920-360 screens. Key aspects of the project include: - Low latency - robust and o setup to the customer - So ether using DHCP server on the PI5 plus to address the zeros or no IP address to the zeros as they will be 4 to a system and we will be linking screen together with a switch in each screen, so you can link next to next unit. As this system will work on a plug and play base. - screens module with the zeros in will need to be inter changeable hence the DHCP or no...

    $1514 (Avg Bid)
    $1514 Сер. заявка
    20 заявки
    Barcelona - Ayuda con MailerLite Закінчився left

    Estoy buscando ayuda profesional para que me explique el uso de Mailer Lite. Cómo crear plantillas, listas de suscriptores, explicarme secuencias de correo electrónico automatizadas **Habilidades y experiencia ideales:** - Dominio de la plataforma Mailer Lite, de momento solo lo básico. **Lo que espero:** Consulta sobre las mejores prácticas para usar Mailer Lite para maximizar el compromiso con los clientes existentes.

    $29 / hr (Avg Bid)
    $29 / hr Сер. заявка
    4 заявки